http://d.puremagic.com/issues/show_bug.cgi?id=858
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #4 from Don <[email protected]> 2009-05-14 05:04:02 PDT --- No longer segfaults in DMD2.040 and 1.030. Still doesn't compile (generates a forward reference error). However, the original bug is fixed. TEST CASE: --- class A{ class B { S s; } void foo() { B b = new B(); } } struct S {} --- ice.d(6): Error: forward reference to B -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
