Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / parse /
2021-01-20 Patrick Palkac++: Defer access checking when processing bases [PR82613]
2020-12-23 Nathan Sidwellc++: EOF location [PR 96045]
2020-12-03 Jason Merrillc++: Push parms when late parsing default args
2020-11-05 Marek Polacekc++: Implement -Wvexing-parse [PR25814]
2020-10-28 Marek Polacekc++: Deprecate arithmetic convs on different enums...
2020-10-16 Nathan Sidwellc++: Fix null deref at EOF [PR96258]
2020-07-21 Nathan Sidwellc++: Fix scan forward over pragma [PR96257]
2020-07-15 Nathan Sidwellc++: error recovery & pragmas
2020-07-14 Lewis Hyattdiagnostics: Support conversion of tabs to spaces ...
2020-07-13 Marek Polacekc++: Fix tentative parsing of enum-specifier [PR96077]
2020-07-06 Nathan Sidwellc++: Always use pushdecl for exception library helpers
2020-06-26 Marek Polacekc++: Change the default dialect to C++17.
2020-05-21 Jason Merrillc++: Improve error-recovery for parms.
2020-05-20 Marek Polacekc++: C++20 DR 2237, disallow simple-template-id in...
2020-05-19 Jozef LawrynowiczTESTSUITE: Fix tests for 16-bit targets
2020-05-13 Marek Polacekc++: Fix g++.dg/parse/attr4.C test.
2020-05-12 Nathan Sidwellpreprocessor: EOF location is at end of file [PR95013]
2020-05-08 Nathan SidwellEOF has a location
2020-04-17 Patrick Palkac++: Hard error with tentative parse of declaration...
2020-03-26 Marek Polacekc++: DR1710, template keyword in a typename-specifier...
2020-03-24 Jason Merrillc++: Give more expressions locations.
2020-02-12 Marek Polacekc++: Fix ICE-on-invalid with broken attribute [PR93684]
2020-02-05 Jason Merrillc++: Fix SEGV with malformed constructor decl.
2019-12-18 Jason MerrillPR c++/12333 - X::~X() with implicit this->.
2019-12-09 Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-05 Paolo Carlinitypeck2.c (build_functional_cast): Add location_t param...
2019-11-21 Marek PolacekPR c++/92450 - ICE with invalid nested name specifier.
2019-11-20 Paolo Carlinitypeck2.c (build_x_arrow): Early return if decay_conver...
2019-11-06 Matthias KretzFix parser to recognize operator?:
2019-10-30 Bernd Edlingerre PR c++/92024 (crash in check_local_shadow)
2019-10-21 Paolo Carliniparser.c (cp_parser_class_head): Improve error recovery...
2019-09-23 Paolo Carlinipt.c (check_explicit_specialization): Use cp_expr_loc_o...
2019-09-06 Martin LiskaRemove support for repo files (PR c++/91125).
2019-08-29 Paolo Carlinidecl.c (check_var_type): Add location_t parameter and...
2019-08-29 Marek PolacekImplement P1152R4: Deprecating some uses of volatile.
2019-08-23 Marek PolacekPR c++/91521 - wrong error with operator->.
2019-08-14 Paolo Carlinidecl.c (grokdeclarator): Check here for typedef a funct...
2019-08-08 Paolo Carlinidecl.c (grokdeclarator): Use id_loc and EXPR_LOCATION...
2019-07-10 Paolo Carlinidecl.c (get_type_quals, [...]): New.
2019-06-21 Marek PolacekPR c++/64235 - missing syntax error with invalid alignas.
2019-06-20 Marek Polacekre PR c++/68265 (Arbitrary syntactic nonsense silently...
2019-06-13 Paolo Carlinidecl.c (grokdeclarator): Use id_loc in five additional...
2019-06-04 Paolo Carlinidecl.c (grokdeclarator): Use declarator->id_loc in...
2019-05-30 Paolo Carlinidecl.c (grokdeclarator): Use declarator->id_loc in...
2019-05-25 Marek PolacekPR c++/90572 - wrong disambiguation in friend declaration.
2019-03-08 Jakub Jelinekre PR c++/89599 (C-style function-pointer-to-void*...
2019-03-04 Paolo Carlinire PR c++/84605 (internal compiler error: in xref_baset...
2019-01-30 Marek Polacekre PR testsuite/89110 (r268343 breaks several tests...
2019-01-16 Paolo Carlinidecl.c (grokdeclarator): Use locations[ds_storage_class...
2018-12-20 Jakub Jelinekre PR c++/88180 (ICE in vec<tree_node*, va_gc, vl_embed...
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-15 Jakub Jelinekre PR c++/88482 (ICE when wrongly declaring __cxa_alloc...
2018-12-07 Paolo Carlinidecl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in...
2018-12-06 Paolo Carliniclass.c (check_bitfield_decl): In error message about...
2018-12-06 Paolo Carlinidecl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in...
2018-12-04 Paolo Carlinire PR c++/84636 (internal compiler error: Segmentation...
2018-12-01 Marek PolacekImplement P0634R3, Down with typename!
2018-11-30 David MalcolmC++: fix-it hint for missing parentheses
2018-11-29 Paolo Carlinidecl.c (compute_array_index_type_loc): New, like the...
2018-11-21 Jakub Jelinekre PR c++/87386 (Error message for static_assert show...
2018-11-19 Marek PolacekPR c++/87781 - detect invalid elaborated-type-specifier.
2018-11-17 Jozef Lawrynowiczre PR middle-end/87854 (gcc.c-torture/compile/pr46534...
2018-11-14 Paolo Carliniparser.c (make_id_declarator): Add location_t parameter.
2018-11-02 Nathan Sidwell[C++ PATCH] refactor duplicate_decls
2018-11-01 Marek PolacekImplement P0846R0, ADL and function templates.
2018-10-11 Nathan Sidwell[C++ PATCH] parser simplification
2018-09-07 Marek PolacekPR c++/87152 - range-based for loops with initializer...
2018-08-13 Marek Polacekre PR c++/57891 (No diagnostic of narrowing conversion...
2018-08-07 Paolo CarliniPR c++/59480, DR 136
2018-07-19 Paolo Carlinirevert: [multiple changes]
2018-07-18 Paolo Carlinire PR c++/59480 (Missing error diagnostic: friend decla...
2018-07-16 Paolo Carliniclass.c (resolve_address_of_overloaded_function): Don...
2018-07-03 Paolo Carlinidecl.c (min_location): New.
2018-06-11 Paolo Carlinidecl.c (grok_op_properties): Consistently use the locat...
2018-05-21 Paolo Carlinire PR c++/84588 (internal compiler error: Segmentation...
2018-05-01 Jason MerrillPR c++/85580 - extern "C" and local variables
2018-04-19 Paolo Carlinire PR c++/84611 (ICE in operator[], at vec.h:826 (local...
2018-04-18 Jakub Jelinekre PR c++/84463 (Supposedly-incompliant "error: '*...
2018-04-16 Alexandre Oliva[PR c++/85039] no type definitions in builtin offsetof
2018-04-12 Marek Polacekre PR c++/85258 (ICE with invalid range-based for-loop)
2018-04-10 Paolo Carlinire PR c++/24314 (Extra "template<>" in partial speciali...
2018-04-09 Jason MerrillPR c++/85262 - ICE with redundant qualification on...
2018-04-04 Jason MerrillPR c++/85141 - ICE with compound assignment and static...
2018-03-23 Alexandre Oliva[PR c++/84789] do not fail to resolve typename into...
2018-03-15 Jason MerrillPR c++/84820 - no error for invalid qualified-id.
2018-03-02 Marek Polacekre PR c++/84663 (internal compiler error: tree check...
2018-02-26 Marek Polacekre PR c++/84537 (ICE in get_string, at spellcheck-tree.h)
2018-02-22 Marek Polacekre PR c++/84493 (ICE with invalid cast)
2018-02-19 Paolo Carlinire PR c++/84348 (ICE with invalid friend declaration)
2018-02-12 Nathan Sidwell[PR c++/84263] GC ICE with decltype
2018-02-07 Jakub Jelinekre PR c++/84082 (ICE with broken template function...
2018-01-03 Jakub Jelinekre PR c++/83634 (ICE in useless_type_conversion_p,...
2017-12-18 Nathan Sidwell[PR c++/59930] template friend injection
2017-12-15 Jakub Jelinekre PR c++/80135 (ICE in output_constructor_regular_fiel...
2017-11-22 David MalcolmC/C++: fix quoting of "aka" typedef information (PR...
2017-11-06 Martin LiskaFix test-suite fallout of default -Wreturn-type.
2017-10-24 Paolo Carlinire PR c++/82466 (Missing warning for re-declaration...
2017-10-12 David MalcolmC/C++: add fix-it hints for various missing symbols
2017-10-12 David MalcolmC++: avoid partial duplicate implementation of cp_parse...
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
next