]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/parser.c
Makefile.in (libgcc-support, [...]): Add emutls.c.
[thirdparty/gcc.git] / gcc / cp / parser.c
2007-02-10  Richard HendersonMakefile.in (libgcc-support, [...]): Add emutls.c.
2007-02-05  Dirk Muellerre PR bootstrap/30510 (Gcc failed to bootstrap)
2007-02-04  Kazu Hirataclass.c, [...]: Follow spelling conventions.
2007-02-04  Douglas Gregorparser.c (cp_lexer_get_preprocessor_token): Attach...
2007-01-25  Douglas Gregorlex.c (D_CPP0X): Rename.
2007-01-11  Mark MitchellRemove accidentally checked in hunk.
2007-01-11  Mark Mitchellre PR c++/28999 (ICE on invalid use of typename)
2006-12-31  Simon Martinre PR c++/29731 (ICE with statement expression as templ...
2006-12-16  Simon Martinre PR c++/29475 (incomplete template diagnostics.)
2006-12-14  Ian Lance Taylorre PR c++/19564 (-Wparentheses does not work with the...
2006-12-10  Zack Weinbergc-opts.c (c_common_parse_file): Unconditionally give...
2006-12-08  Mark Mitchellre PR c++/29732 (ICE on invalid friend declaration)
2006-12-07  Lee Millwardre PR c++/29980 (ICE using attribute in invalid declara...
2006-12-06  Mark Mitchellre PR c++/29730 (ICE on invalid declaration of template...
2006-12-06  Mark Mitchellre PR c++/29729 (ICE with template class in template...
2006-12-01  Geoffrey Keatingdecl.c (poplevel): Check DECL_INITIAL invariant.
2006-11-29  Lee Millwardre PR c++/29022 (ICE using operator int in invalid...
2006-11-27  Mark Mitchellre PR c++/29886 (Cast misinterpreted as variable declar...
2006-11-21  Douglas Gregorcp-tree.def (STATIC_ASSERT): New.
2006-11-20  Simon Martinre PR c++/29475 (incomplete template diagnostics.)
2006-10-17  Lee Millwardre PR c++/27952 (ICE with invalid virtual inheritance)
2006-10-17  Mark Mitchellparser.c (cp_lexer_next_token_is_decl_specifier_keyword...
2006-10-17  Mark Mitchellre PR c++/28261 (ICE with enum in constructor definition)
2006-10-17  Mark Mitchellre PR c++/27270 (ICE in process_init_constructor_array...
2006-10-16  Mark Mitchellre PR c++/29408 (parse error for valid code)
2006-10-16  Mark Mitchellre PR c++/28211 (wrong linkage of template argument...
2006-10-13  Mark Mitchellre PR c++/28506 (ICE with initializers for functions)
2006-10-11  Lee Millwardre PR c++/29024 (storage class specifier accepted for...
2006-10-09  Richard HendersonRevert emutls patch.
2006-10-04  Richard HendersonMakefile.in (libgcc.mk, [...]): Add emutls.c.
2006-10-04  Mark Mitchellre PR c++/29020 (ICE using A<N>::A instead of A<N>...
2006-10-03  Mark Mitchellre PR c++/29138 (access declarations don't work for...
2006-10-03  Mark Mitchellre PR c++/29138 (access declarations don't work for...
2006-10-02  Mark Mitchellre PR c++/29080 (Multiple-inheritance with template...
2006-09-25  Lee Millwardre PR c++/27667 (ICE with in-class specialization)
2006-09-18  Steven Bosscherre PR c++/29087 (More than 35000 switch cases crash...
2006-09-08  Volker Reicheltre PR c++/28858 (Algorithm to find the end of a templat...
2006-09-06  Jason Merrillre PR c++/26571 (Bad diagnostic using type modifier...
2006-09-04  Nathan SidwellPR 23287 Revert my 2006-09-01 patch.
2006-09-02  Lee Millwardre PR c++/27670 (ICE on invalid template parameter)
2006-09-01  Nathan Sidwellre PR c++/23287 (Explicitly invoking destructor of...
2006-08-28  Volker Reicheltre PR c++/28860 (Trouble with bound template template...
2006-08-26  Joseph Myersre PR c++/24009 (C++ fails to print #include stack)
2006-08-26  Mark Mitchellre PR c++/28588 (static private function)
2006-08-22  Simon Martinre PR c++/28420 (ICE with "typeid" as template parameter)
2006-08-20  Mark Mitchellre PR c++/28341 (ICE with references as template parame...
2006-08-17  Volker Reicheltre PR c++/28606 (Destructor accepted as return-type...
2006-08-14  Steve Ellceyre PR c++/28288 (ICE with min/max operator)
2006-08-14  Jason Merrillre PR c++/28559 (ICE with friend and __attribute__)
2006-08-03  Volker Reicheltre PR c++/27508 (ICE on invalid destructor name)
2006-07-17  Volker Reicheltre PR c++/28250 (ICE with invalid catch)
2006-07-15  Lee Millwardre PR c++/28269 (ICE on attribute for invalid template)
2006-07-15  Volker Reicheltre PR c++/28249 ("long long long" accepted by catch)
2006-06-30  Jason Merrillre PR c++/26905 (default-visibility class symbol improp...
2006-06-23  Volker Reicheltre PR c++/28112 (ICE with invalid argument in attribute)
2006-06-19  Richard Guentherparser.c (CP_LEXER_BUFFER_SIZE): Adjust to assure near...
2006-06-16  Mark Mitchellre PR c++/27884 (bogus error: invalid use of 'register...
2006-06-15  Mark Mitchellre PR c++/27648 (ICE on attribute on pointers in static...
2006-06-07  Volker Reicheltre PR c++/27601 (ICE (in fold_offsetof_1, at c-common...
2006-06-06  Mike StumpFix up whitespacing
2006-06-01  Alexandre Olivare PR c++/26660 (PCH vs -save-temps, ICE while GCing)
2006-05-31  Mark Mitchellre PR c++/27808 (ICE with invalid friend declaration)
2006-05-28  Kazu Hiratadecl.c, [...]: Fix comment typos.
2006-05-19  Mark Mitchellre PR c++/26433 (Syntax error using __FUNCTION__ in...
2006-05-17  Mark Mitchellre PR c++/26122 (Pure specifiers for templates causing...
2006-05-17  Mark Mitchellre PR c++/26068 (extern "C" static function should...
2006-05-17  Jakub Jelinekre PR middle-end/27415 (Iteration var in firstprivate...
2006-05-16  Mark Mitchellre PR c++/27339 (out-of-class definition of value templ...
2006-05-04  Jakub Jelinekre PR c++/27359 (ICE with missing initialization of...
2006-04-30  Mark Mitchellre PR c++/27094 (tree check: expected tree_list, have...
2006-04-19  Volker Reicheltre PR c++/26558 (segfault on syntax error)
2006-04-19  Mark Mitchellre PR c++/27102 (ICE with invalid class name in functio...
2006-04-12  Mark Mitchellparser.c (cp_parser_init_declarator): Initialize local...
2006-04-12  Roger Sayleparser.c (cp_parser_init_declarator): Initialise is_par...
2006-04-11  Mark Mitchellre PR c++/26122 (Pure specifiers for templates causing...
2006-03-21  Jason Merrillre PR c++/21581 ((optimisation) Functions in anonymous...
2006-03-21  Jason Merrillre PR c++/21764 (visibility attributes on namespace...
2006-03-09  Richard HendersonMerge C++ from gomp-20050608-branch.
2006-02-18  Mark Mitchellre PR c++/26266 (Trouble with static const data members...
2006-02-13  Volker Reicheltre PR c++/26151 (duplicate 'duplicate' diagnostic)
2006-02-03  Lee Millwardtypeck.c (string_conv_p): Pass appropiate OPT_Wxxxx...
2006-01-24  Volker Reicheltre PR c++/25552 (Invalid destructor name accepted in...
2006-01-22  Mark Mitchellre PR c++/25895 (wrong code with ?: and derived class...
2006-01-20  Volker Reicheltparser.c (cp_lexer_next_token_is_keyword): Simplify.
2006-01-20  Volker Reicheltcall.c (add_builtin_candidates): Remove superfluous...
2006-01-20  Dirk Muellerre PR c++/5520 (Add a warning to detect empty body...
2006-01-19  Volker Reicheltre PR c++/16829 (default parameter can be not one of...
2006-01-17  Ian Lance Taylorcommon.opt (ftoplevel-reorder): New option.
2006-01-15  Mark Mitchellre PR c++/25663 (Trouble parsing nested templated const...
2006-01-06  Gabriel Dos Reisparser.c (cp_parser_primary_expression): Document the...
2006-01-04  Mark Mitchellre PR c++/24782 (wrongly accepted nested private typedef)
2006-01-04  Richard Hendersondirectives.c (struct pragma_entry): Add is_deferred.
2006-01-03  Mark Mitchellre PR c++/25635 (Bogus cruft in error message for inval...
2006-01-02  Volker Reicheltparser.c (cp_parser_using_declaration): Skip name-looku...
2005-12-27  Mark Mitchellre PR c++/25439 ("template<> int A<0>" accepted)
2005-12-22  Volker Reicheltre PR c++/23333 (accepts invalid pure specifier)
2005-12-16  Kazu Hirata* parser.c, pt.c: Fix comment typos.
2005-12-13  Petr Machatare PR c++/24907 ("int x, ;" accepted)
2005-12-02  Gabriel Dos Reisggc.h (GGC_RESIZEVEC): New.
2005-12-02  Gabriel Dos Reisdecl2.c (get_priority_info): Use XNEW, not xmalloc.
next