[Issue 12661] [REG2.066a] std.regex with -debug causes linker errors

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Apr 27 01:44:14 PDT 2014


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

Dmitry Olshansky <dmitry.olsh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh at gmail.com

--- Comment #3 from Dmitry Olshansky <dmitry.olsh at gmail.com> ---
I suspect it's new bloody @nogc + auto-inference. 
So a symbol in phobos is detected as @nogc w/o debug and consequently mangles
with 'Ni'. Later in user program it's not- at nogc in debug and mangles
differently. Now it should just generate a new instantiation not present in
compiled library but somehow it doesn't happen.

--


More information about the Digitalmars-d-bugs mailing list