[Bug 252] ICE when compiling with -flto

2018-01-28 Thread gdc-bugzilla--- via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=252 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 252] ICE when compiling with -flto

2017-02-27 Thread via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=252 --- Comment #3 from Iain Buclaw --- Another internals note - If we are to mark methods as DECL_VIRTUAL_P, going to have to start populating BINFO_VTABLE for all classes, otherwise class TYPE_BINFO gets GC'd, which is problematic for devirt pass

[Bug 252] ICE when compiling with -flto

2017-02-27 Thread via D.gnu
https://bugzilla.gdcproject.org/show_bug.cgi?id=252 --- Comment #2 from Iain Buclaw --- > I do not see the attached file. I seem to have forgotten to update attachments to use the https address after turning on ssl, you should be able to see it now. ;-) > When compiling the source file attache

[Bug 252] ICE when compiling with -flto

2017-02-26 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=252 --- Comment #1 from Richard Delorme --- 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

[Bug 252] ICE when compiling with -flto

2017-02-26 Thread via D.gnu
http://bugzilla.gdcproject.org/show_bug.cgi?id=252 Richard Delorme changed: What|Removed |Added Hardware|All |x86_64 OS|All