summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja
AgeCommit message (Expand)Author
2020-05-20c++: C++20 DR 2237, disallow simple-template-id in cdtor.Marek Polacek
2020-05-19TESTSUITE: Fix tests for 16-bit targetsJozef Lawrynowicz
2020-05-12preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell
2020-05-08EOF has a locationNathan Sidwell
2020-05-07c++: Fix spelling of non-staticMarek Polacek
2020-05-06c++: ICE in value_dependent_expression_p in C++98 mode [PR94938]Marek Polacek
2020-05-05Merge dg-options and dg-additional-options if len <= 120 chars.Martin Liska
2020-03-26c++: DR1710, template keyword in a typename-specifier [PR94057]Marek Polacek
2020-01-28Replace one error with inform.Martin Liska
2020-01-14PR c++/92590 - wrong handling of inherited default ctor.Jason Merrill
2020-01-07init.c (build_new): Add location_t parameter and use it throughout.Paolo Carlini
2020-01-06PR c++/92552 - ICE with inherited constrained default ctor.Jason Merrill
2020-01-01Update copyright years.Jakub Jelinek
2019-12-18typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...Paolo Carlini
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini
2019-12-05typeck2.c (build_functional_cast): Add location_t parameter and use it.Paolo Carlini
2019-12-03typeck.c (cp_build_addr_expr_1): Use the cp_expr_loc_or_input_loc location in...Paolo Carlini
2019-12-03PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.Marek Polacek
2019-11-27typeck.c (cp_build_unary_op): Consistently use the accurate location in seven...Paolo Carlini
2019-11-25typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...Paolo Carlini
2019-11-18typeck.c (cp_build_addr_expr_1): Use cp_expr_loc_or_input_loc in three places.Paolo Carlini
2019-11-06Fix parser to recognize operator?:Matthias Kretz
2019-11-05Implement C++20 operator<=>.Jason Merrill
2019-11-02typeck.c (composite_pointer_type): Add a const op_location_t& parameter and u...Paolo Carlini
2019-10-21parser.c (cp_parser_class_head): Improve error recovery upon extra qualificat...Paolo Carlini
2019-10-17decl.c (grokfndecl): Remove redundant use of in_system_header_at.Paolo Carlini
2019-10-09Implement C++20 P0388R4, DR 1307, and DR 330.Marek Polacek
2019-10-09decl.c (grok_ctor_properties): Use DECL_SOURCE_LOCATION.Paolo Carlini
2019-09-28PR c++/91889 - follow-up fix for DR 2352.Marek Polacek
2019-09-28PR c++/91921 - stray warning with -Woverloaded-virtual.Marek Polacek
2019-09-25name-lookup.c (check_extern_c_conflict): Use DECL_SOURCE_LOCATION.Paolo Carlini
2019-09-23pt.c (check_explicit_specialization): Use cp_expr_loc_or_input_loc.Paolo Carlini
2019-09-23PR c++/91844 - Implement CWG 2352, Similar types and reference binding.Marek Polacek
2019-09-16decl.c (grokdeclarator): Use declspecs->locations and declarator->id_loc in a...Paolo Carlini
2019-09-10decl.c (has_designator_problem): Use cp_expr_loc_or_input_loc in error_at.Paolo Carlini
2019-09-06Remove support for repo files (PR c++/91125).Martin Liska
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand
2019-08-29Implement P1152R4: Deprecating some uses of volatile.Marek Polacek
2019-08-15PR c++/90393 - ICE with thow in ?:Jason Merrill
2019-08-08decl.c (grokdeclarator): Use id_loc and EXPR_LOCATION in a few error messages.Paolo Carlini
2019-06-13decl.c (grokdeclarator): Use id_loc in five additional places in the last par...Paolo Carlini
2019-06-12testsuite: Mark that PRU uses all function pointer bitsDimitar Dimitrov
2019-06-05decl.c (smallest_type_location): New.Paolo Carlini
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor
2019-06-04decl.c (grokdeclarator): Use declarator->id_loc in two additional places.Paolo Carlini
2019-05-17conv-op1.C: Adjust text of expected messages.Martin Sebor
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-04-17PR c++/90047 - ICE with enable_if alias template.Jason Merrill
2019-02-20* g++.old-deja/g++.robertl/eb92.C: Handle warning as well.Jason Merrill
2019-02-18Improve diagnostic for redundant template arguments in declaration.Jason Merrill