January 01, 2020
https://issues.dlang.org/show_bug.cgi?id=20475

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rainers created dlang/dmd pull request #10706 "fix Issue 20475 - Struct of static array of strings is bitwise-compar…" fixing this issue:

- fix Issue 20475 - Struct of static array of strings is bitwise-compared instead of member-wise

  needOpEquals should check the type of the elements of static arrays, too.

https://github.com/dlang/dmd/pull/10706

--
January 01, 2020
https://issues.dlang.org/show_bug.cgi?id=20475

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10706 "fix Issue 20475 - Struct of static array of strings is bitwise-compar…" was merged into stable:

- 9da6367bde50cee019083eca53eba6ab956f1031 by Rainer Schuetze:
  fix Issue 20475 - Struct of static array of strings is bitwise-compared
instead of member-wise

  needOpEquals should check the type of the elements of static arrays, too.

https://github.com/dlang/dmd/pull/10706

--