[Issue 19553] runnable/cpp_stdlib.d fails on NixOS

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 11 06:33:20 UTC 2019


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

--- Comment #4 from Thomas Mader <thomas.mader at gmail.com> ---
One solution might be to add specializations for template function declarations
so the optimization flag to the C++ compiler does not strip away those symbols.

The problem is a minor one as nearly no one will ever get into such troubles.
Normally you are aware of the flags you are giving to the compiler but many
distributions use hardening flags so I think the problem might also occur if
the testsuite is run within other distribution packaging contexts as well.

If it is considered a needed and practical solution I could try to make a PR.

--


More information about the Digitalmars-d-bugs mailing list