[Issue 17197] Link failure with -m64 on Windows

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Feb 24 00:24:20 PST 2017


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

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
You are right that -msmode should be added, but it probably isn't going to make
a lot of difference since the actual encoding is often hard to guess. In my
tests the names displayed in linker messages are never correct for non-ASCII
characters (there are no exceptions, though). Could you provide an example that
raises the exception?

To avoid the exception from occuring, pipedmd should probably never assume
correct UTF-8.

--


More information about the Digitalmars-d-bugs mailing list