[Bug fortran/49417] [4.6/4.7 Regression] [OOP] ICE on invalid CLASS component declaration
burnus at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 15 10:15:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49417
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-invalid-code
CC| |burnus at gcc dot gnu.org
Target Milestone|--- |4.6.1
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-06-15 10:15:25 UTC ---
==15300== Invalid read of size 1
==15300== at 0x502B83: parse_spec (parse.c:2110)
==15300== by 0x503B42: gfc_parse_file (parse.c:4113)
==15300== by 0x53D3F5: gfc_be_parse_file (f95-lang.c:250)
Which is parse_derived's (!)
2109 default:
2110 unexpected_statement (st);
More information about the Gcc-bugs
mailing list