Implement late-specified return type using 'auto'.
[platform/upstream/gcc.git] / gcc / cp / parser.c
2008-09-01 Jason MerrillImplement late-specified return type using 'auto'.
2008-08-30 Jason MerrillImplement C++0x 'auto' semantics.
2008-08-26 Douglas Gregorc-common.c (do_switch_warnings): Look through the CONST...
2008-08-21 Manuel López-Ibáñezdiagnostic.c (pedwarn_at): Rename as pedwarn.
2008-08-20 Manuel López-Ibáñezre PR c++/35158 (g++ does not compile valid C++ for...
2008-08-20 Manuel López-Ibáñezdiagnostic.c (inform): Add an explicit location_t param...
2008-08-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-12 Paolo Carlinire PR c++/37087 (Segfault on compiling template defined...
2008-08-08 Manuel López-Ibáñezre PR other/36901 (pedwarn() + -pedantic-errors + ...
2008-08-06 Douglas Gregorre PR c++/36460 (No space between >'s not always handle...
2008-08-04 Simon Baldwinre PR c++/36999 (Erroneous "declaration 'class ......
2008-07-24 Jason MerrillImplement defaulted/deleted functions as per N2346
2008-07-23 Manuel López-Ibáñezre PR c/35058 (-Werror= works only with some warnings)
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-07-21 Rafael Avila de... Makefile.in: Replace toplev.h with TOPLEV_H.
2008-07-18 Kaveh R. Ghazicvt.c (convert_to_void): Avoid C++ keywords.
2008-07-11 Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-11 Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-09 Raksit Ashokinvoke.texi (Option Summary): Mention new option -Wdisa...
2008-07-02 Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-06-22 Ian Lance Taylorc-lex.c (narrowest_unsigned_type): Change itk to int.
2008-06-21 Jonathan Wakelytypeck.c (composite_pointer_type_r, [...]): Change...
2008-06-15 Ralf Wildenhuesomp-low.c (extract_omp_for_data): Fix comment typo.
2008-06-14 Simon Martinre PR c++/35320 (ICE with invalid friend declaration)
2008-06-08 Paolo Carlinire PR c++/35242 (ICE with invalid specialization of...
2008-06-06 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-05-11 Volker Reicheltparser.c (cp_parser_omp_clause_reduction): Add missing...
2008-04-29 Jakub Jelinekre PR c++/35650 (Can't bind ref-to-function through...
2008-04-28 Jason Merrillre PR c++/57 ([DR 325] GCC can't parse a non-parenthesi...
2008-04-18 Kris Van Heescpp-id-data.h (UC): Was U, conflicts with U...
2008-04-09 Volker Reicheltparser.c (cp_parser_check_type_definition): Print error...
2008-04-09 Volker Reicheltparser.c (cp_parser_non_integral_constant_expression...
2008-04-09 Volker Reicheltparser.c (cp_parser_asm_specification_opt): Print CPP_C...
2008-04-09 Volker Reichelt* parser.c (cp_parser_template_parameter_list): Simplify.
2008-04-03 Paolo Bonzinic-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,...
2008-03-30 Volker Reicheltre PR c++/35578 (Error about misplaced 'friend' word...
2008-03-27 Douglas Gregorre PR bootstrap/35704 (Bootstrap failure on i686-apple...
2008-03-27 Douglas Gregorpt.c (tsubst_copy): Cope with tsubst_pack_expansion...
2008-03-25 Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-03-02 Manuel López-Ibáñezre PR c++/24924 (front end and preprocessor pedantic_er...
2008-03-01 Douglas Gregorparser.c (cp_lexer_next_token_is_decl_specifier_keyword...
2008-02-29 Manuel López-Ibáñezparser.c (cp_parser_nonclass_name): New.
2008-02-29 Tom Tromeytoplev.c (input_file_stack, [...]): Remove.
2008-02-26 Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
2008-02-25 Jason Merrillre PR c++/33486 (namespace association doesn't handle...
2008-02-19 Jakub Jelinekre PR c++/35078 (ICE with reference in parallel for...
2008-02-13 Jakub Jelinekre PR c++/35138 (g++ rejects valid code)
2008-01-29 Douglas Gregorre PR c++/34055 (ICE with invalid specialization of...
2008-01-15 Andreas Toblerparser.c (cp_parser_template_parameter): Fix C90 issue...
2008-01-15 Douglas Gregorre PR c++/34751 (ICE with pointer to member and variadi...
2008-01-15 Douglas Gregorre PR c++/34051 (ICE in dependent_type_p with variadic...
2008-01-02 Douglas Gregorc-opts.c (sanitize_cpp_opts): Don't warn about "long...
2007-12-19 Jakub Jelinekre PR c++/34513 (static variable not found for C++...
2007-12-17 Jakub Jelinekre PR c/34506 (gcc disallows comma between C/C++ OpenMP...
2007-12-05 Jakub Jelinekre PR c++/34271 (ICE in invalid initialization of stati...
2007-11-29 Jakub Jelinekre PR c++/34267 (ICE applying __decltype to name of...
2007-11-20 Jakub Jelinekre PR c++/34089 (Segfault on specialization using struc...
2007-11-07 Douglas Gregorre PR c++/33045 ([c++0x] Incorrect decltype result...
2007-11-06 Douglas Gregorre PR c++/31439 (ICE with variadic template and broken...
2007-11-05 Jakub Jelinekre PR c++/33836 (ICE with invalid use of &&)
2007-11-02 Jakub Jelinekre PR c++/33516 (Rejects typedef qualified name-lookup)
2007-11-01 Jakub Jelinekre PR c++/32384 (Pseudo-dtor in template class rejected)
2007-10-26 Douglas Gregorre PR c++/33839 (ICE with decltype)
2007-10-26 Jakub Jelinekre PR c++/33744 (function-style cast and '>' not allowe...
2007-10-24 Jason Merrillcomment typo
2007-10-12 Jakub Jelinekre PR c++/32121 (C++ front-end accepts invalid __label_...
2007-10-04 Jason Merrillre PR c++/32470 (fvisibility=hidden without effect...
2007-09-13 Tom Tromeyc-common.c (fname_as_string): Update.
2007-09-05 Paolo CarliniPR c++/29731 (again)
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
2007-08-31 Paolo Carlinire PR c++/33212 (Broken diagnostic: 'trait_expr' not...
2007-08-17 Paolo Carlinire PR c++/32870 (Unclear error message when declaring...
2007-08-10 Kaveh R. Ghazisystem.h (CONST_CAST): New.
2007-08-05 Volker Reicheltrevert: parser.c (cp_parser_member_declaration): Pedwar...
2007-08-02 Lee Millwardre PR c++/30849 (ICE with invalid asm statement)
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-07-29 Kaveh R. Ghaziattribs.c (hash_attr, [...]): Constify.
2007-07-27 Douglas Gregortypeck.c (structural_comptypes): Compare DECLTYPE_TYPE...
2007-07-25 Kaveh R. Ghazicselib.c (entry_and_rtx_equal_p): Constify.
2007-07-22 Nathan Sidwellre PR c++/30818 (templates and typedefs cause function...
2007-07-11 Paolo Carlinire PR c++/32560 (ICE on invalid declaration in template)
2007-07-06 Mark Mitchellre PR c++/32245 (wrong POD type initialization with...
2007-07-04 Dave Brolleyre PR c++/31743 (ICE with invalid use of new)
2007-07-02 Simon Baldwinparser.c (cp_parser_elaborated_type_specifier): Added...
2007-07-01 Ollie Wildname-lookup.c (ambiguous_decl): Fix case when new-...
2007-06-18 Simon Baldwinre PR c++/31923 (g++ accepts a storage-class-specifier...
2007-06-07 Simon Martinre PR c++/30759 (initializer-list accepted for object...
2007-05-31 Russell Yanofskyre PR c++/7412 ([DR 106] References to references)
2007-05-25 Simon Martinre PR c++/31745 (ICE on invalid use of namespace)
2007-05-08 Mike Stumpinvoke.texi (Warning Options): Document that -Wempty...
2007-03-31 Douglas Gregorre PR c++/31138 (ICE with ellipsis)
2007-03-30 Paolo Carlinire PR c++/26099 (support for type traits is not available)
2007-03-28 Douglas Gregorparser.c (struct cp_parser): Update comment for greater...
2007-03-28 Douglas Gregordecl.c (redeclaration_error_message): Complain when...
2007-03-27 Dirk Muellerparser.c (cp_parser_member_declaration): Pedwarn about...
2007-03-23 Mark Mitchellre PR c++/30863 (Unsigned templatized struct treated...
2007-03-23 Gabriel Dos Reiserror.c (dump_expr): Handle dependent names that design...
2007-03-17 Kazu Hirata* cp-tree.def, parser.c, pt.c: Fix comment typos.
2007-03-15 Manuel López-Ibáñezre PR c++/30891 (poor diagnostic with namespace in...
next