[Bug 252] ICE when compiling with -flto

via D.gnu d.gnu at puremagic.com
Sun Feb 26 01:05:47 PST 2017


http://bugzilla.gdcproject.org/show_bug.cgi?id=252

--- Comment #1 from Richard Delorme <abulmo at gmail.com> ---
I do not see the attached file. Here it is:

class C {
        struct S {
                int i;
                ubyte u;
        }
        S s;
}

void main(string[] arg) {
        C c = new C;
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the D.gnu mailing list