[Issue 15833] New: [REG2.071b] -m32mscoff always fails to link

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Mar 25 23:18:49 PDT 2016


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

          Issue ID: 15833
           Summary: [REG2.071b] -m32mscoff always fails to link
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Keywords: link-failure
          Severity: regression
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: jiki at red.email.ne.jp

Created attachment 1591
  --> https://issues.dlang.org/attachment.cgi?id=1591&action=edit
unresolved symbols

dmd -m32mscoff always fails to link in 2.071b1.
It works in 2.070.
And works with -m32 and -m64, too.
Removing the environment variables take no effects.

I suppose this a regression.
Anyone else ... ?


Command:
dmd -m32mscoff test.d

Code:
void main() { }

This code puts a number of unknown symbols and fails.
(such as EnterCriticalSection, VirtualFree, and so on)
See attached file.

Environment:
Windows7 64-bit
VS2015 Community Ed., co-exists with VS2013 Community Ed.

--


More information about the Digitalmars-d-bugs mailing list