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


------- Additional Comments From bangerth at dealii dot org  2004-03-23 03:26 -------
No, don't forget that this 
--------------- 
int typedef T; 
struct X {} typedef S; 
--------------- 
is legal, so we can't report on the missing semicolon. Yes, that's 
an abomination, but it's valid code anyway... 
 
W. 

-- 


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


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