[Issue 9101] template mixin constructor causes link error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 5 00:15:01 PST 2012


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



--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> 2012-12-05 00:14:58 PST ---
It's not the linker, the symbol is referenced from within the object file.

The problem is triggered by my precise GC patches in druntime where generation
of RTInfo needs to iterate over the members of the class. The bad operation
boils down to

static if (__traits(compiles, Node.ForwardCtorNoId.offset+1)) {}

When added to the test case, the error appears with the standard druntime, too.
The derived class is not needed then.

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


More information about the Digitalmars-d-bugs mailing list