aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-07re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt1-1/+1
2006-06-06Fix up whitespacingMike Stump1-77/+66
2006-06-01re PR c++/26660 (PCH vs -save-temps, ICE while GCing)Alexandre Oliva1-3/+5
2006-05-31re PR c++/27808 (ICE with invalid friend declaration)Mark Mitchell1-3/+11
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-19re PR c++/26433 (Syntax error using __FUNCTION__ in catch handler)Mark Mitchell1-2/+3
2006-05-17re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-6/+19
2006-05-17re PR c++/26068 (extern "C" static function should not be allowed)Mark Mitchell1-35/+49
2006-05-17re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek1-1/+4
2006-05-16re PR c++/27339 (out-of-class definition of value template parameter with pri...Mark Mitchell1-8/+59
2006-05-04re PR c++/27359 (ICE with missing initialization of iteration variable in par...Jakub Jelinek1-4/+3
2006-04-30re PR c++/27094 (tree check: expected tree_list, have omp_return in build_call)Mark Mitchell1-0/+7
2006-04-19re PR c++/26558 (segfault on syntax error)Volker Reichelt1-7/+10
2006-04-19re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell1-25/+45
2006-04-12parser.c (cp_parser_init_declarator): Initialize local variables aggressively.Mark Mitchell1-6/+3
2006-04-12parser.c (cp_parser_init_declarator): Initialise is_parenthesized_init to fal...Roger Sayle1-1/+1
2006-04-11re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-23/+50
2006-03-21re PR c++/21581 ((optimisation) Functions in anonymous namespaces should defa...Jason Merrill1-1/+2
2006-03-20re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill1-3/+6
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson1-26/+1312
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-22/+18
2006-02-13re PR c++/26151 (duplicate 'duplicate' diagnostic)Volker Reichelt1-2/+38
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward1-2/+2
2006-01-24re PR c++/25552 (Invalid destructor name accepted in friend declaration)Volker Reichelt1-0/+9
2006-01-22re PR c++/25895 (wrong code with ?: and derived class pointers)Mark Mitchell1-14/+16
2006-01-20parser.c (cp_lexer_next_token_is_keyword): Simplify.Volker Reichelt1-12/+1
2006-01-20call.c (add_builtin_candidates): Remove superfluous return.Volker Reichelt1-3/+0
2006-01-20re PR c++/5520 (Add a warning to detect empty body of if statements (like in ...Dirk Mueller1-4/+10
2006-01-19re PR c++/16829 (default parameter can be not one of the last in function)Volker Reichelt1-0/+3
2006-01-17common.opt (ftoplevel-reorder): New option.Ian Lance Taylor1-1/+2
2006-01-15re PR c++/25663 (Trouble parsing nested templated constructor calls)Mark Mitchell1-1/+1
2006-01-06parser.c (cp_parser_primary_expression): Document the grammar for the built-i...Gabriel Dos Reis1-0/+1
2006-01-04re PR c++/24782 (wrongly accepted nested private typedef)Mark Mitchell1-11/+15
2006-01-04directives.c (struct pragma_entry): Add is_deferred.Richard Henderson1-169/+333
2006-01-03re PR c++/25635 (Bogus cruft in error message for invalid operator declaration)Mark Mitchell1-14/+16
2006-01-02parser.c (cp_parser_using_declaration): Skip name-lookup on invalid scope.Volker Reichelt1-1/+1
2005-12-27re PR c++/25439 ("template<> int A<0>" accepted)Mark Mitchell1-36/+70
2005-12-22re PR c++/23333 (accepts invalid pure specifier)Volker Reichelt1-11/+6
2005-12-16* parser.c, pt.c: Fix comment typos.Kazu Hirata1-2/+2
2005-12-13re PR c++/24907 ("int x, ;" accepted)Petr Machata1-2/+11
2005-12-02ggc.h (GGC_RESIZEVEC): New.Gabriel Dos Reis1-2/+2
2005-12-02decl2.c (get_priority_info): Use XNEW, not xmalloc.Gabriel Dos Reis1-3/+3
2005-12-02parser.c (cp_parser_make_typename_type): Call make_typename_type with tf_none...Gabriel Dos Reis1-6/+8
2005-12-01parser.c (cp_parser_declaration): Set token2.type to CPP_EOF, not RID_MAX.Gabriel Dos Reis1-1/+4
2005-11-26c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson1-3/+3
2005-11-15re PR c++/24687 (ICE after error)Mark Mitchell1-4/+37
2005-11-15parser.c (cp_lexer_get_preprocessor_token): Initialize keyword field.Mark Mitchell1-1/+4
2005-11-14* parser.c (eof_token): Add initializer for ambiguous_p.Mark Mitchell1-1/+1
2005-11-14re PR c++/20293 (Wrong diagnostic for ambiguous access)Mark Mitchell1-41/+90
2005-11-03re PR c++/17964 (cpp error messages contain wrong line in C++)Joseph Myers1-0/+5