This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13438] [3.4 Regression] internal compiler error: tree check: expected identifier_node, have integer_cst in c_parse_error at c-common.c:5921
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Dec 2003 23:17:24 -0000
- Subject: [Bug c++/13438] [3.4 Regression] internal compiler error: tree check: expected identifier_node, have integer_cst in c_parse_error at c-common.c:5921
- References: <20031219045913.13438.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-20 23:17 -------
Here is another testcase which ICE now (with the same ICE) but this one is not error-
recovery bug:
template<typename TYPE> struct B { bool f(); };
template<typename TYPE> struct A : public struct B<TYPE> { void g(); };
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |normal
Last reconfirmed|2003-12-19 05:01:01 |2003-12-20 23:17:24
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13438