This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]