]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/testsuite/g++.old-deja
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja /
2021-11-15  Jason Merrillc++: Add -fimplicit-constexpr
2021-11-04  Jonathan Wakelylibstdc++: Deprecate std::unexpected and handler functions
2021-10-07  Patrick Palkac++: NTTP with array/function type after substitution...
2021-08-31  Patrick Palkac++: check arity before deduction w/ explicit targs...
2021-08-05  Jonathan Wakelytestsuite: Fix warning introduced by nodiscard in libstdc++
2021-05-27  Patrick Palkac++: Relax rule for non-type arguments in partial specs...
2021-04-29  Jason Merrillc++: ICE with anonymous union [PR97974]
2021-04-13  Patrick Palkac++: Adjust expected diagnostics for old-deja tests...
2021-04-05  Jason Merrillc++: reinterpret_cast from prvalue to rvalue ref [PR98440]
2021-01-23  Anthony Sharpc++: private inheritance access diagnostics fix [PR17314]
2021-01-04  Jakub JelinekUpdate copyright years.
2021-01-01  Jerome LambourgFix testsuite/g++.old-deja/g++.mike/p658.C build failur...
2021-01-01  Jerome LambourgSkip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_...
2020-12-23  Nathan Sidwellc++: EOF location [PR 96045]
2020-12-03  Martin SeborAdd support for detecting mismatched allocation/dealloc...
2020-11-15  Jason Merrillc++: Check abstract type only on object creation. ...
2020-11-09  Jason Merrillc++: Improve error location for class using-decl.
2020-11-05  Marek Polacekc++: Add -Wexceptions warning option [PR97675]
2020-11-05  Marek Polacekc++: Implement -Wvexing-parse [PR25814]
2020-10-28  Marek Polacekc++: Prevent warnings for value-dependent exprs [PR96742]
2020-10-07  Nathan Sidwellc++: block-scope externs get an alias [PR95677,PR31775...
2020-09-22  Nathan Sidwellc++: fix injected friend of template class
2020-09-09  Marek Polacekc++: Further tweaks for new-expression and paren-init...
2020-09-03  Marek Polacekc++: Fix P0960 in member init list and array [PR92812]
2020-09-02  Jonathan Wakelytestsuite: Add missing <exception> header to testcase
2020-08-04  Nathan Sidwellc++: fix template parm count leak
2020-07-14  Lewis Hyattdiagnostics: Support conversion of tabs to spaces ...
2020-07-06  Jonathan Wakelyc++: Allow empty-declaration in C++11 and later (PR...
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-12  Nathan Sidwellpreprocessor: EOF location is at end of file [PR95013]
2020-05-08  Nathan SidwellEOF has a location
2020-05-07  Marek Polacekc++: Fix spelling of non-static
2020-05-06  Marek Polacekc++: ICE in value_dependent_expression_p in C++98 mode...
2020-05-05  Martin LiskaMerge dg-options and dg-additional-options if len ...
2020-03-26  Marek Polacekc++: DR1710, template keyword in a typename-specifier...
2020-01-28  Martin LiskaReplace one error with inform.
2020-01-14  Jason MerrillPR c++/92590 - wrong handling of inherited default...
2020-01-07  Paolo Carliniinit.c (build_new): Add location_t parameter and use...
2020-01-07  Jason MerrillPR c++/92552 - ICE with inherited constrained default...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-18  Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
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-12-03  Paolo Carlinitypeck.c (cp_build_addr_expr_1): Use the cp_expr_loc_or...
2019-12-03  Marek PolacekPR c++/91363 - P0960R3: Parenthesized initialization...
2019-11-27  Paolo Carlinitypeck.c (cp_build_unary_op): Consistently use the...
2019-11-25  Paolo Carlinitypeck.c (cp_build_indirect_ref_1): Add location_t...
2019-11-18  Paolo Carlinitypeck.c (cp_build_addr_expr_1): Use cp_expr_loc_or_inp...
2019-11-06  Matthias KretzFix parser to recognize operator?:
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-11-02  Paolo Carlinitypeck.c (composite_pointer_type): Add a const op_locat...
2019-10-21  Paolo Carliniparser.c (cp_parser_class_head): Improve error recovery...
2019-10-17  Paolo Carlinidecl.c (grokfndecl): Remove redundant use of in_system_...
2019-10-09  Marek PolacekImplement C++20 P0388R4, DR 1307, and DR 330.
2019-10-09  Paolo Carlinidecl.c (grok_ctor_properties): Use DECL_SOURCE_LOCATION.
2019-09-28  Marek PolacekPR c++/91889 - follow-up fix for DR 2352.
2019-09-28  Marek PolacekPR c++/91921 - stray warning with -Woverloaded-virtual.
2019-09-25  Paolo Carlininame-lookup.c (check_extern_c_conflict): Use DECL_SOURC...
2019-09-23  Paolo Carlinipt.c (check_explicit_specialization): Use cp_expr_loc_o...
2019-09-23  Marek PolacekPR c++/91844 - Implement CWG 2352, Similar types and...
2019-09-16  Paolo Carlinidecl.c (grokdeclarator): Use declspecs->locations and...
2019-09-10  Paolo Carlinidecl.c (has_designator_problem): Use cp_expr_loc_or_inp...
2019-09-06  Martin LiskaRemove support for repo files (PR c++/91125).
2019-09-03  Ulrich WeigandRemove Cell Broadband Engine SPU targets
2019-08-29  Marek PolacekImplement P1152R4: Deprecating some uses of volatile.
2019-08-15  Jason MerrillPR c++/90393 - ICE with thow in ?:
2019-08-08  Paolo Carlinidecl.c (grokdeclarator): Use id_loc and EXPR_LOCATION...
2019-06-13  Paolo Carlinidecl.c (grokdeclarator): Use id_loc in five additional...
2019-06-12  Dimitar Dimitrovtestsuite: Mark that PRU uses all function pointer...
2019-06-05  Paolo Carlinidecl.c (smallest_type_location): New.
2019-06-05  Martin Seborc-decl.c (start_decl): Adjust quoting and hyphenation...
2019-06-04  Paolo Carlinidecl.c (grokdeclarator): Use declarator->id_loc in...
2019-05-17  Martin Seborconv-op1.C: Adjust text of expected messages.
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-04-18  Jason MerrillPR c++/90047 - ICE with enable_if alias template.
2019-02-20  Jason Merrill* g++.old-deja/g++.robertl/eb92.C: Handle warning as...
2019-02-18  Jason MerrillImprove diagnostic for redundant template arguments...
2019-02-17  Marek Polacek* g++.old-deja/g++.robertl/eb82.C: Tweak dg-error.
2019-02-11  Martin SeborPR c++/87996 - size of array is negative error when...
2019-01-16  Paolo Carlinidecl.c (grokdeclarator): Use locations[ds_storage_class...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-19  David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-04  Jakub Jelinektypename1.C: Don't expect any diagnostics for C++2a.
2018-11-29  Paolo Carlinidecl.c (compute_array_index_type_loc): New, like the...
2018-11-01  Martin LiskaMake __PRETTY_FUNCTION__-like functions mergeable strin...
2018-10-29  David MalcolmC++: simplify output from suggest_alternatives_for
2018-10-29  Paolo Carlinidecl.c (create_array_type_for_decl): Add location_t...
2018-10-11  Nathan Sidwell[C++ PATCH] parser simplification
2018-09-20  Marek PolacekAdd -Wclass-conversion.
2018-09-12  David MalcolmC++: special-case single non-viable candidate (more...
2018-08-09  Paolo Carlinip784.C: Add -fpermissive.
2018-07-19  Paolo Carlinirevert: [multiple changes]
2018-07-19  Paolo Carlinip784.C: Add -fpermissive.
2018-07-18  Paolo Carlinire PR c++/59480 (Missing error diagnostic: friend decla...
2018-07-09  Paolo Carlinidecl.c (grokdeclarator): Use rich_location::add_range...
2018-07-03  Paolo Carlinidecl.c (min_location): New.
2018-06-27  Jason MerrillAvoid crash on friend in nested class template.
2018-06-12  Paolo Carlinidecl2.c (coerce_new_type, [...]): Add location_t parame...
2018-06-11  Paolo Carlinidecl.c (grok_op_properties): Consistently use the locat...
next