http://d.puremagic.com/issues/show_bug.cgi?id=8768
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice CC| |[email protected] Summary|DMD segfaults if templated |ICE(access.c) Implicit |ctor is inherited |super call to templated | |constructor Severity|normal |critical --- Comment #1 from yebblies <[email protected]> 2013-01-07 13:59:50 EST --- It looks like the call to super can't be resolved, resulting in 'd' being null inside accessCheck. class A { this(T)() {} } class B : A { this() {} } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
