[Issue 11931] New: LINKERS "Symbol Undefined" AGAIN WITH DMD HEAD when -g specified

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 15 05:36:16 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11931

           Summary: LINKERS "Symbol Undefined" AGAIN WITH DMD HEAD when -g
                    specified
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: temtaime at gmail.com


--- Comment #0 from Temtaime <temtaime at gmail.com> 2014-01-15 05:36:11 PST ---
Created an attachment (id=1314)
Test case

dmd.exe  -g     -c E.d
-ofC:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\E.obj
dmd.exe  -g     -c p\A.d
-ofC:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\p\A.obj
dmd.exe  -g     -c p\B.d
-ofC:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\p\B.obj
dmd.exe  -g     -c p\C.d
-ofC:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\p\C.obj
dmd.exe  -g     -c p\D.d
-ofC:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\p\D.obj
dmd.exe testcase.exe -g 
C:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\E.obj
C:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\p\A.obj
C:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\p\B.obj
C:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\p\C.obj
C:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\p\D.obj   
OPTLINK (R) for Win32  Release 8.00.13
Copyright (C) Digital Mars 1989-2010  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
C:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\p\A.obj(A) 
 Error 42: Symbol Undefined
_D1p1D13__T6SignalTvZ6Signal3addMFNbNfDFZvZS1p1D15ConnectionPoint
C:\Users\Admin\AppData\Local\Temp\obj\testcase\debug\p\A.obj(A) 
 Error 42: Symbol Undefined
_D1p1D13__T6SignalTvZ6Signal3addMFNbNfDFZvZS1p1D15ConnectionPoint9__lambda2MFNbNfZv19__T9__lambda1TDFZvZ9__lambda1MFNbNfDFZvZb
--- errorlevel 2

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list