[Bug fortran/50129] [4.6/4.7 Regression] ICE on where statement
mikael at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Aug 19 18:29:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50129
Mikael Morin <mikael at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |mikael at gcc dot gnu.org
|gnu.org |
--- Comment #2 from Mikael Morin <mikael at gcc dot gnu.org> 2011-08-19 18:26:34 UTC ---
I'm going to test this:
diff --git a/parse.c b/parse.c
index aab711c..9b11086 100644
--- a/parse.c
+++ b/parse.c
@@ -2778,6 +2778,7 @@ parse_where_block (void)
{
gfc_error ("ELSEWHERE statement at %C follows previous "
"unmasked ELSEWHERE");
+ reject_statement ();
break;
}
More information about the Gcc-bugs
mailing list