http://d.puremagic.com/issues/show_bug.cgi?id=925
Robert Clipsham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|ice-on-valid-code |wrong-code Status|RESOLVED |REOPENED CC| |[email protected] Resolution|WORKSFORME | --- Comment #3 from Robert Clipsham <[email protected]> 2009-11-07 08:01:58 PST --- This test case is failing in dmd 1.051. The ICE has gone, but the result at runtime is incorrect. ---- module dstress.run.b.bug_cod1_2528_C; int main(){ auto x = cast(void[])[1]; return x.length - 1; } ---- Returns 3 instead of 0. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
