https://d.puremagic.com/issues/show_bug.cgi?id=3865
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #5 from Kenji Hara <[email protected]> 2013-11-24 19:37:53 PST --- > struct ICE3865{ > int x; > } > > void ice3865() { > ICE3865(0).x =3; > } Maybe front-end optimizer wrongly constant-folds ICE3865(0).x to 0, then backend will cause ICE for the invalid AST `0 = 3`. But, D1 is not supported anymore. So mark as WONTFIX. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
