aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-25re PR c++/31745 (ICE on invalid use of namespace)Simon Martin1-10/+10
2007-05-08invoke.texi (Warning Options): Document that -Wempty-body also checks for and...Mike Stump1-0/+47
2007-03-31re PR c++/31138 (ICE with ellipsis)Douglas Gregor1-18/+51
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-1/+147
2007-03-28parser.c (struct cp_parser): Update comment for greater_than_is_operator_p.Douglas Gregor1-12/+77
2007-03-28decl.c (redeclaration_error_message): Complain when redeclaring a friend func...Douglas Gregor1-0/+7
2007-03-27parser.c (cp_parser_member_declaration): Pedwarn about stray semicolons after...Dirk Mueller1-1/+5
2007-03-23re PR c++/30863 (Unsigned templatized struct treated as unsigned int)Mark Mitchell1-2/+3
2007-03-23error.c (dump_expr): Handle dependent names that designate types.Gabriel Dos Reis1-9/+9
2007-03-17* cp-tree.def, parser.c, pt.c: Fix comment typos.Kazu Hirata1-2/+2
2007-03-15re PR c++/30891 (poor diagnostic with namespace in the function scope)Manuel López-Ibáñez1-0/+15
2007-03-12re PR c++/30328 (bit-field: unassemblable assembly code)Mark Mitchell1-0/+15
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-32/+338
2007-03-03re PR c++/15787 (Poor error message with if and blocks)Manuel López-Ibáñez1-4/+25
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+1
2007-02-10* parser.c (cp_parser_primary_expression): Reformat overly long lines.Gabriel Dos Reis1-2/+4
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-3/+0
2007-02-05re PR bootstrap/30510 (Gcc failed to bootstrap)Dirk Mueller1-1/+6
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-3/+3
2007-02-04parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x keyword warning ...Douglas Gregor1-1/+2
2007-01-25lex.c (D_CPP0X): Rename.Douglas Gregor1-0/+14
2007-01-11Remove accidentally checked in hunk.Mark Mitchell1-4/+2
2007-01-11re PR c++/28999 (ICE on invalid use of typename)Mark Mitchell1-2/+4
2006-12-31re PR c++/29731 (ICE with statement expression as template parameter)Simon Martin1-7/+14
2006-12-16re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-86/+124
2006-12-14re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor1-21/+80
2006-12-10c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...Zack Weinberg1-23/+0
2006-12-08re PR c++/29732 (ICE on invalid friend declaration)Mark Mitchell1-8/+12
2006-12-07re PR c++/29980 (ICE using attribute in invalid declaration)Lee Millward1-4/+9
2006-12-06re PR c++/29730 (ICE on invalid declaration of template member)Mark Mitchell1-3/+17
2006-12-06re PR c++/29729 (ICE with template class in template function)Mark Mitchell1-0/+9
2006-12-01decl.c (poplevel): Check DECL_INITIAL invariant.Geoffrey Keating1-0/+10
2006-11-29re PR c++/29022 (ICE using operator int in invalid class hierarchy)Lee Millward1-10/+23
2006-11-27re PR c++/29886 (Cast misinterpreted as variable declaration)Mark Mitchell1-6/+22
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor1-1/+85
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-1/+4
2006-10-17re PR c++/27952 (ICE with invalid virtual inheritance)Lee Millward1-1/+2
2006-10-17parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Add comment.Mark Mitchell1-0/+2
2006-10-17re PR c++/28261 (ICE with enum in constructor definition)Mark Mitchell1-14/+61
2006-10-17re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)Mark Mitchell1-0/+3
2006-10-16re PR c++/29408 (parse error for valid code)Mark Mitchell1-0/+6
2006-10-16re PR c++/28211 (wrong linkage of template argument, diagnostic could be impr...Mark Mitchell1-1/+1
2006-10-13re PR c++/28506 (ICE with initializers for functions)Mark Mitchell1-4/+20
2006-10-11re PR c++/29024 (storage class specifier accepted for typedef (clause 7.1.1 ;...Lee Millward1-1/+11
2006-10-09Revert emutls patch.Richard Henderson1-0/+3
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-3/+0
2006-10-04re PR c++/29020 (ICE using A<N>::A instead of A<N> in friend declaration)Mark Mitchell1-2/+9
2006-10-03re PR c++/29138 (access declarations don't work for classes)Mark Mitchell1-0/+4
2006-10-03re PR c++/29138 (access declarations don't work for classes)Mark Mitchell1-20/+46
2006-10-02re PR c++/29080 (Multiple-inheritance with template method function code trig...Mark Mitchell1-1/+1