aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-02re PR c++/24560 ("insufficient contextual information to determine type" is n...Mark Mitchell1-1/+7
2005-11-02re PR c++/19253 (bad error message / ICE for invalid template parameter)Mark Mitchell1-52/+6
2005-10-28re PR c++/22153 (ICE on invalid template specialization)Josh Conner1-2/+7
2005-10-21re PR c++/24260 (stdcall attribute is ignored at static member template funct...Mark Mitchell1-1/+1
2005-10-17re PR c++/23440 ("void f(){for" crashes the C++ frontend)Volker Reichelt1-0/+5
2005-10-17re PR c++/21353 (rvalues should not be allowed to be default values for non c...Nathan Sidwell1-0/+3
2005-10-16re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell1-100/+92
2005-10-12re PR c++/23797 (ICE on typename outside template)Nathan Sidwell1-2/+5
2005-10-11re PR c++/21369 (Template function definition rejected if function return typ...Mark Mitchell1-2/+7
2005-10-10Mark Mitchell <mark@codesourcery.com> PR c++/23437Mark Mitchell1-0/+11
2005-10-08re PR c++/22172 (Internal compiler error, seg fault.)James A. Morrison1-2/+3
2005-10-02re PR c++/22621 (Member function overloading introduces syntax errors)Mark Mitchell1-2/+11
2005-09-16re PR c++/23914 (further 'non-constant' template argument case exposed by Boost)Mark Mitchell1-0/+6
2005-09-13re PR c++/23841 (Floating-point literals cast to integral types should be acc...Mark Mitchell1-1/+4
2005-09-09parser.c (cp_parser_translation_unit): Simplify.Gabriel Dos Reis1-31/+26
2005-09-08re PR objc++/16816 (obj-c++ parser error with multi-colon selectors)Andrew Pinski1-13/+31
2005-09-03re PR c++/23699 (rejects static int as non constant after "extern template")Mark Mitchell1-16/+0
2005-09-02re PR c++/21687 (ICE in GC with local class inside a template function)Mark Mitchell1-6/+17
2005-08-31re PR c++/13377 (unexpected behavior of namespace usage directive)Volker Reichelt1-4/+6
2005-08-30re PR c++/23586 (Bad diagnostic for invalid namespace-name)Volker Reichelt1-0/+2
2005-08-24re PR c++/22454 (ICE with operator in default argument in template class)Nathan Sidwell1-2/+3
2005-08-19parser.c (cp_parser_nth_token_starts_template_argument_list_p): Fix typo in l...Volker Reichelt1-1/+1
2005-07-22tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.Manfred Hollstein1-0/+2
2005-07-21call.c: Fix comment typo(s).Volker Reichelt1-3/+3
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-12/+11
2005-07-02c.opt, [...]: Remove "." from end of help texts.Joseph Myers1-5/+5
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-159/+159