[Issue 11925] [2.065] [REGRESSION] ICE in CompoundStatement::semantic
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 14 15:04:08 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11925
Iain Buclaw <ibuclaw at ubuntu.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code,
| |ice-on-valid-code
CC| |ibuclaw at ubuntu.com
Severity|normal |regression
--- Comment #1 from Iain Buclaw <ibuclaw at ubuntu.com> 2014-01-14 15:04:06 PST ---
Another example:
void main()
{
switch (1) {
case 1:
goto L1;
break;
default:
break;
}
try {
L1: { }
}
finally {
}
}
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list