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++/14283] [3.5 regression] ICE in cp_parser_parse_and_diagnose_invalid_type_name


------- Additional Comments From wanderer at rsu dot ru  2004-03-20 12:03 -------
With current mainline GCC (gcc version 3.5.0 20040319) i have same error at 
invalide sourcecode:

Test.cc:7: internal compiler error: in 
cp_parser_parse_and_diagnose_invalid_type_name, at cp/parser.c:2060
Please submit a full bug report,

--8X---------------------
template<class T>
class Class1;

class Class2 {
}  // no ;

typedef Class1<Class2> Type1;
--X8---------------------


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14283


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