[Issue 9254] ICE on invalid foreach aggregate

2013-01-04 Thread d-bugmail
/3a036842048beba5543f98c054b9fa30a1910c17 fix Issue 9254 - ICE on invalid foreach aggregate ForeachRangeStatement and WhileStatement are basically replaced into ForStatement in semantic phase. If any error occurs, they will be left as is, however. Therefor, `assert(0)` in blockExit, usesEH, comeFrom have the potential to be invoked

[Issue 9254] ICE on invalid foreach aggregate

2013-01-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9254 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9254] ICE on invalid foreach aggregate

2013-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9254 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1