parser.c (cp_parser_decl_specifier_seq): Change "C++0x" to "C++11" in warnings.
[gcc.git] / gcc / cp / parser.c
2011-11-02 Jason Merrillparser.c (cp_parser_decl_specifier_seq): Change "C...
2011-10-31 Jason Merrillre PR c++/50920 (add a -std=c++11 option to the driver)
2011-10-26 Jason Merrillbuild_string comments
2011-10-26 Ed Smith-RowlandImplement C++11 user-defined literals.
2011-10-21 Ville Voutilainenre PR c++/50811 ([C++0x] G++ rejects class-virt-specifi...
2011-10-19 Paolo Carlinire PR c++/38761 (%s substituted with regular word can...
2011-10-18 Diego Novilloparser.c: Remove ENABLE_CHECKING markers around debuggi...
2011-10-18 Benjamin Kosnik[multiple changes]
2011-10-17 Jason Merrillre PR c++/50736 ([C++0x] ISO_IEC_14882-2011-5.1.2/10...
2011-10-14 Jason Merrillre PR c++/50563 ([C++0x] Weird syntax acceptance rules...
2011-10-03 Jason Merrillparser.c (cp_parser_range_for): Don't try to deduce...
2011-09-27 Paolo Carlinire PR c++/31489 (error says struct when it should say...
2011-09-26 Jason Merrillparser.c (inject_this_parameter): Split out from cp_par...
2011-09-25 Jason MerrillHandle deferred parsing of NSDMIs.
2011-09-25 Jason MerrillImplement C++11 non-static data member initializers.
2011-09-15 Jason Merrillre PR c++/50365 (non-static data member error on valid...
2011-09-08 Dodji SeketeliPR c++/33255 - Support -Wunused-local-typedefs warning
2011-09-07 Jason Merrillre PR c++/50298 ([C++0x][constexpr] References cannot...
2011-08-30 Jason Merrillre PR c++/50084 ([C++0x] ICE: decltype + remove_referen...
2011-08-30 Jason Merrillre PR c++/50209 ([C++0x] Braced-init-lists are rejected...
2011-08-05 Jason Merrillre PR c++/49983 ([C++0x] Template types fail in range...
2011-08-02 Jason Merrillre PR c++/43886 ([C++0x] name lookup failure on un...
2011-08-02 Jason Merrillre PR c++/49834 ([C++0x] type deduction in for-each...
2011-08-02 Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-30 Jason Merrillre PR c++/49867 ([C++0x] ICE on lambda inside switch...
2011-07-25 Paolo Carlinire PR bootstrap/49845 (bootstrap failure)
2011-07-25 Paolo Carlinire PR c++/49838 ([C++0x] ICE in cp_parser_perform_range...
2011-07-25 Jason Merrillre PR c++/49823 ([C++0x] ICE on decltype(expr)::type...
2011-07-22 Ville VoutilainenWarn about the use of final/override in non-c++0x mode...
2011-07-20 Jason Merrillparser.c (cp_parser_initializer_list): Handle C99 ...
2011-07-20 Jason MerrillPR c++/6709 (DR 743)
2011-07-18 Martin Jamborparser.c (cp_parser_parameter_declaration_list): Initia...
2011-07-16 Jason MerrillMake-lang.in (check-g++-strict-gc): New.
2011-07-10 Jason Merrillre PR c++/49691 (ICE in cp_parser_late_return_type_opt...
2011-07-04 Jason MerrillDR 1207 PR c++/49589
2011-06-29 Jason MerrillDR 1207 PR c++/49003
2011-06-22 Jason Merrillre PR c++/49172 ([C++0x][constexpr] References should...
2011-06-20 Jason Merrillre PR c++/43321 ([c++0x] ICE on valid auto)
2011-06-20 Jason Merrillre PR c++/43831 ([C++0x] gcc-4.5.0 does not fail invali...
2011-06-17 Jason Merrillre PR c++/43912 ([C++0x] lambda debug info does not...
2011-06-17 Jason Merrillparser.c (cp_parser_lambda_expression): Clear LAMBDA_EX...
2011-06-16 Jason Merrillre PR c++/44160 ([C++0x] a mysterious error on __func__...
2011-06-10 David Kraussre PR c++/49118 (Endless operator-> chain causes infini...
2011-06-10 Jason Merrillparser.c (cp_parser_constant_expression): Just return...
2011-06-06 Nicola PeroIn gcc/cp/: 2011-06-06 Nicola Pero <nicola.pero@meta...
2011-05-28 Jason Merrillre PR c++/46124 ([C++0x] ICE: tree check: expected...
2011-05-28 Jason Merrillre PR c++/47277 ([C++0x] pseudo destructor code that...
2011-05-27 Jason Merrillre PR c++/47277 ([C++0x] pseudo destructor code that...
2011-05-27 Jason Merrillre PR c++/47721 ([C++0x] Updated friendship rules?)
2011-05-25 Jason Merrillre PR c++/47184 ([C++0x] initialization construct inter...
2011-05-25 Jason Merrillre PR c++/48935 ([C++0x] Name lookup error at enum...
2011-05-24 Nicola PeroIn gcc/: 2011-05-24 Nicola Pero <nicola.pero@meta-innov...
2011-05-20 Jason Merrillre PR c++/24163 (dependent Base class scope examined...
2011-05-15 Paolo Carlinic-common.c (c_common_reswords): Reorder.
2011-05-15 Jonathan Wakelyre PR c++/48994 ([C++0x] error for trivial use of range...
2011-05-14 Ville VoutilainenImplement final on class.
2011-05-09 Ville VoutilainenImplement final/override for member functions.
2011-05-05 Joseph Myersc-decl.c (finish_decl): Don't call get_pending_sizes.
2011-05-02 Lawrence CrowlUpgrade the utility of timevars.
2011-05-02 Dmitry Gorbachevparser.c (cp_parser_init_declarator): Set pushed_scope...
2011-04-27 Jason Merrillre PR c++/48046 (Expected diagnostic "reference to...
2011-04-27 Jason Merrillre PR c++/42687 (The prevention of ADL with the help...
2011-04-26 Jason Merrillre PR c++/48530 ([C++0x][SFINAE] Hard errors with delet...
2011-04-25 Paolo Carlinic-common.c (struct c_common_resword): Add __underlying_...
2011-04-18 Jakub Jelinekre PR c++/48632 (Internal compiler error when using...
2011-04-16 Jason MerrillImplement N3271
2011-04-14 Nicola PeroIn gcc/c-family/: 2011-04-14 Nicola Pero <nicola.pero...
2011-04-14 Jason Merrillparser.c (cp_parser_postfix_expression): Fix flags...
2011-04-14 Nicola PeroIn gcc/: 2011-04-14 Nicola Pero <nicola.pero@meta-innov...
2011-04-12 Nicola PeroIn gcc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innov...
2011-04-11 Jason Merrillre PR c++/48535 ([C++0x][SFINAE] Hard errors during...
2011-04-07 Jason Merrillsemantics.c (finish_decltype_type): Add complain parm.
2011-03-31 Jason Merrillparser.c (cp_parser_init_declarator): Avoid redundant...
2011-03-28 Jason MerrillCore 898
2011-03-16 Diego NovilloMake-lang.in (CXX_PARSER_H): New.
2011-03-16 Jason Merrillparser.c (cp_parser_abort_tentative_parse): Make sure...
2011-03-15 Jason Merrillre PR c++/34758 (Bad diagnostic for circular dependency...
2011-03-11 Jason Merrillre PR c++/47144 (Doesn't reject attempt to define type...
2011-03-10 Jason Merrillre PR c++/47198 ([C++0x] ICE: tree check: expected...
2011-03-03 Jason Merrillre PR c++/47950 ([C++0x] Internal compiler error: non...
2011-03-02 Jason Merrillre PR c++/46159 (Bogus warning about lambdas)
2011-02-25 Jason Merrillparser.c (cp_parser_constant_expression): Set non_integ...
2011-02-24 Jason Merrillcp-tree.h (DECL_PARM_LEVEL): New.
2011-02-23 Nathan Froydre PR c++/46868 (ICE: SIGSEGV splay_tree_splay (splay...
2011-02-14 Jason Merrillre PR c++/47482 ([C++0x] ICE: unexpected expression...
2011-02-13 Iain SandoeRevert r170108, r170107, r170105, r170104, r170103...
2011-02-13 Mike Stumpparser.h: Add arguments to all plugins.
2011-02-13 Mike Stumplex.h: Plugify.
2011-02-13 Tobias Burnusparser.c (cp_parser_declaration): Remove unused variable.
2011-02-13 Mike Stumpt-darwin (build/slashify): Allow others to reuse easier.
2011-02-03 Nathan Froydre PR c++/46890 (Failed to compile scummvm's player_v4a...
2011-01-28 Dodji Seketelire PR preprocessor/47311 ([C++0x] ICE in tsubst @cp...
2011-01-17 Rodrigo Rivas Costaparser.c (cp_parser_range_for): Remove the "unused...
2011-01-12 Rodrigo Rivas Costacp-tree.h (begin_for_scope): New prototype.
2011-01-12 Nicola PeroIn gcc/: 2011-01-12 Nicola Pero <nicola.pero@meta-innov...
2011-01-08 Nicola PeroIn gcc/: 2011-01-08 Nicola Pero <nicola.pero@meta-innov...
2010-12-29 Jason Merrillparser.c (cp_parser_unary_expression): Remove redundant...
2010-12-22 Rodrigo Rivas Costaparser.c (cp_parser_unary_expression): Call pedwarn...
2010-12-18 Nicola PeroIn gcc/: 2010-12-18 Nicola Pero <nicola.pero@meta-innov...
2010-12-16 Nathan Froydre PR c++/39859 (duplicated and unhelpful error for...
next