[Bug c++/60241] [4.7/4.8/4.9 Regression] internal compiler error: in finish_member_declaration, at cp/semantics.c:2617
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 17 13:25:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60241
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |accepts-invalid,
| |ice-on-invalid-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-02-17
Target Milestone|--- |4.7.4
Summary|internal compiler error: in |[4.7/4.8/4.9 Regression]
|finish_member_declaration, |internal compiler error: in
|at cp/semantics.c:2617 |finish_member_declaration,
| |at cp/semantics.c:2617
Ever confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed. Probably invalid as 4.3 errors:
t.C:15: error: specialization ‘x<int>::y<U>’ after instantiation
‘x<int>::y<int>’
More information about the Gcc-bugs
mailing list