digitalmars.D.bugs - [Bug 94] New: incorrect symbols generated for "class Object"
- d-bugmail puremagic.com (32/32) Apr 08 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=94
- d-bugmail puremagic.com (8/8) Apr 08 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=94
- d-bugmail puremagic.com (9/9) Apr 10 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=94
http://d.puremagic.com/bugzilla/show_bug.cgi?id=94 Summary: incorrect symbols generated for "class Object" Product: D Version: 0.152 Platform: PC OS/Version: Linux Status: NEW Keywords: link-failure Severity: major Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: thomas-dloop kuehne.cn module somemodule; class Object{ int i; } int main(){ return 0; } dmd /opt/dmd/dmd/lib/libphobos.a(object.o):(.rodata+0x8): multiple definition of `_init_6Object' a.o:(.rodata+0x0): first defined here /opt/dmd/dmd/lib/libphobos.a(object.o):(.data+0x0): multiple definition of `_Class_6Object' a.o:(.data+0x0): first defined here /opt/dmd/dmd/lib/libphobos.a(object.o):(.rodata+0x18): multiple definition of `_vtbl_6Object' a.o:(.rodata+0x10): first defined here collect2: ld returned 1 exit status --
Apr 08 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=94 test cases: http://dstress.kuehne.cn/run/o/object_01_A.d http://dstress.kuehne.cn/run/o/object_01_B.d http://dstress.kuehne.cn/run/o/object_01_C.d http://dstress.kuehne.cn/run/o/object_01_D.d --
Apr 08 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=94 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Fixed 0.153 --
Apr 10 2006