[Issue 12696] GIT HEAD : undefined symbols when -O specified

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 2 22:29:45 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=12696

Kenji Hara <k.hara.pg at gmail.com> changed:

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

--- Comment #9 from Kenji Hara <k.hara.pg at gmail.com> ---
It was a duplication of issue 7469.

When the Matrix template has instantiated, its integer value parameters had
caused wrong mangled names for templates in separate compilation, and it had
caused link failure. If the two uint template value parameters are changed to
int, the link failure had disappeared.

Since 2.066, issue 7469 is properly fixed, so the problem does not happen
anymore in git HEAD.

*** This issue has been marked as a duplicate of issue 7469 ***

--


More information about the Digitalmars-d-bugs mailing list