aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-13c-common.c (fname_as_string): Update.Tom Tromey1-7/+6
2007-09-05PR c++/29731 (again)Paolo Carlini1-2/+4
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-08-31re PR c++/33212 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini1-2/+8
2007-08-17re PR c++/32870 (Unclear error message when declaring struct in wrong namespace)Paolo Carlini1-2/+6
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-2/+2
2007-08-05revert: parser.c (cp_parser_member_declaration): Pedwarn about stray semicolo...Volker Reichelt1-5/+1
2007-08-02re PR c++/30849 (ICE with invalid asm statement)Lee Millward1-14/+32
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-6/+5
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-07-27typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor1-4/+197
2007-07-25cselib.c (entry_and_rtx_equal_p): Constify.Kaveh R. Ghazi1-6/+6
2007-07-22re PR c++/30818 (templates and typedefs cause function prototype not to match)Nathan Sidwell1-4/+4
2007-07-11re PR c++/32560 (ICE on invalid declaration in template)Paolo Carlini1-0/+3
2007-07-06re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell1-1/+13
2007-07-04re PR c++/31743 (ICE with invalid use of new)Dave Brolley1-5/+0
2007-07-02parser.c (cp_parser_elaborated_type_specifier): Added a warning for inner-sty...Simon Baldwin1-0/+17
2007-07-01name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.Ollie Wild1-1/+7
2007-06-18re PR c++/31923 (g++ accepts a storage-class-specifier on a template explicit...Simon Baldwin1-8/+25
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin1-12/+14
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-44/+54
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