[Issue 2667] New: a few un-demanglable Undefined symbol in std.stdio? compiler bug?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Feb 15 00:25:48 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2667

           Summary: a few un-demanglable Undefined symbol in std.stdio?
                    compiler bug?
           Product: D
           Version: 2.023
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: someanon at yahoo.com


I have an object generated by dmd v2.023, when linking, the linker complains
there are some undefined symbols:

local.obj(local)
 Error 42: Symbol Undefined
_D3std5stdio21__T6writefTAyaTAyaTaZ6writefFAyaAyaaZv
local.obj(local)
 Error 42: Symbol Undefined _D3std5stdio21__T6writefTAyaTiTiTaZ6writefFAyaiiaZv
local.obj(local)
 Error 42: Symbol Undefined _D3std5stdio19__T6writefTiTAyaTaZ6writefFiAyaaZv

These symbols are even un-demanglable:
$ ./demangle.exe _D4test3fooAa
char[] test.foo

but:
$ ./demangle.exe  _D3std5stdio21__T6writefTAyaTAyaTaZ6writefFAyaAyaaZv
_D3std5stdio21__T6writefTAyaTAyaTaZ6writefFAyaAyaaZv

any suggestions where I should take a look?


-- 



More information about the Digitalmars-d-bugs mailing list