[Issue 8768] ICE(access.c) Implicit super call to templated constructor

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 6 18:59:52 PST 2013


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


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |yebblies at gmail.com
            Summary|DMD segfaults if templated  |ICE(access.c) Implicit
                   |ctor is inherited           |super call to templated
                   |                            |constructor
           Severity|normal                      |critical


--- Comment #1 from yebblies <yebblies at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list