aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other
AgeCommit message (Expand)AuthorFilesLines
2024-09-12testsuite: introduce hostedlib effective targetAlexandre Oliva11-0/+12
2024-08-27c++: Don't show constructor internal name in error message [PR105483]Simon Martin1-1/+1
2024-07-17c++: diagnose failed qualified lookup into current instPatrick Palka1-1/+1
2023-11-03Skip a number of C++ test cases for '-fno-exceptions' testingThomas Schwinge1-0/+1
2023-05-07c++: goto entering scope of obj w/ non-trivial dtor [PR103091]Patrick Palka1-3/+4
2022-11-07c++: implement P2468R2, the equality operator you are looking forJason Merrill1-1/+1
2021-11-15c++: Add -fimplicit-constexprJason Merrill1-1/+1
2021-08-05testsuite: Fix warning introduced by nodiscard in libstdc++Jonathan Wakely1-1/+1
2021-01-23c++: private inheritance access diagnostics fix [PR17314]Anthony Sharp1-2/+2
2020-12-23c++: EOF location [PR 96045]Nathan Sidwell1-2/+1
2020-12-03Add support for detecting mismatched allocation/deallocation calls.Martin Sebor1-0/+2
2020-11-15c++: Check abstract type only on object creation. [PR86252]Jason Merrill1-1/+1
2020-11-09c++: Improve error location for class using-decl.Jason Merrill1-2/+2
2020-11-05c++: Implement -Wvexing-parse [PR25814]Marek Polacek1-1/+1
2020-09-03c++: Fix P0960 in member init list and array [PR92812]Marek Polacek1-1/+2
2020-05-20c++: C++20 DR 2237, disallow simple-template-id in cdtor.Marek Polacek1-1/+1
2020-05-19TESTSUITE: Fix tests for 16-bit targetsJozef Lawrynowicz3-15/+16
2020-05-12preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell1-1/+1
2020-05-08EOF has a locationNathan Sidwell1-1/+2
2019-12-18typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...Paolo Carlini1-12/+12
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini4-13/+14
2019-12-03typeck.c (cp_build_addr_expr_1): Use the cp_expr_loc_or_input_loc location in...Paolo Carlini2-2/+2
2019-11-27typeck.c (cp_build_unary_op): Consistently use the accurate location in seven...Paolo Carlini1-10/+10
2019-11-25typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...Paolo Carlini2-5/+5
2019-10-21parser.c (cp_parser_class_head): Improve error recovery upon extra qualificat...Paolo Carlini1-4/+3
2019-10-17decl.c (grokfndecl): Remove redundant use of in_system_header_at.Paolo Carlini1-2/+2
2019-09-25name-lookup.c (check_extern_c_conflict): Use DECL_SOURCE_LOCATION.Paolo Carlini1-1/+1
2019-09-10decl.c (has_designator_problem): Use cp_expr_loc_or_input_loc in error_at.Paolo Carlini1-4/+4
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand2-2/+0
2019-08-29Implement P1152R4: Deprecating some uses of volatile.Marek Polacek1-1/+1
2019-08-15PR c++/90393 - ICE with thow in ?:Jason Merrill1-2/+2
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-2/+2
2019-06-04decl.c (grokdeclarator): Use declarator->id_loc in two additional places.Paolo Carlini1-1/+1
2019-01-16decl.c (grokdeclarator): Use locations[ds_storage_class] in error messages ab...Paolo Carlini1-6/+6
2018-10-29C++: simplify output from suggest_alternatives_forDavid Malcolm1-2/+1
2018-10-29decl.c (create_array_type_for_decl): Add location_t parameter and use it.Paolo Carlini1-2/+2
2018-10-11[C++ PATCH] parser simplificationNathan Sidwell1-2/+4
2018-06-10decl.c (grokfndecl): Use the location_t argument in two more places.Paolo Carlini1-1/+1
2018-05-18PR c++/58407 - deprecated implicit copy ops.Jason Merrill1-1/+1
2018-03-27search.c (check_final_overrider): Use inform instead of error for the diagnos...Volker Reichelt2-2/+2
2018-03-21Deprecate some C++ extensionsNathan Sidwell1-1/+1
2018-01-12Add dg-require-effective-target alloca for c++ test-casesTom de Vries2-0/+2
2017-11-06Fix test-suite fallout of default -Wreturn-type.Martin Liska5-2/+9
2017-10-10[C++ PATCH] hash-table for extern-c fns.Nathan Sidwell1-1/+1
2017-09-15re PR c++/64644 ("warning: anonymous union with no members" should be an erro...Manuel López-Ibáñez1-1/+1
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek4-5/+5
2017-07-21Remove TYPE_METHODS.Nathan Sidwell1-2/+2
2017-06-30cp-tree.h (lookup_fnfields_1, [...]): Don't declare.Nathan Sidwell2-7/+8
2017-06-29class.c (add_method): Change pair of errors to error + inform.Paolo Carlini2-3/+3
2017-06-19re PR c++/81124 (internal compiler error: in operator*, at cp/cp-tree.h:726)Nathan Sidwell1-2/+2