aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja
AgeCommit message (Expand)AuthorFilesLines
2021-08-05testsuite: Fix warning introduced by nodiscard in libstdc++Jonathan Wakely1-1/+1
2021-05-27c++: Relax rule for non-type arguments in partial specs [CWG1315]Patrick Palka1-2/+1
2021-04-29c++: ICE with anonymous union [PR97974]Jason Merrill1-1/+1
2021-04-13c++: Adjust expected diagnostics for old-deja tests [PR99008]Patrick Palka3-4/+4
2021-04-05c++: reinterpret_cast from prvalue to rvalue ref [PR98440]Jason Merrill1-1/+1
2021-01-23c++: private inheritance access diagnostics fix [PR17314]Anthony Sharp8-17/+22
2021-01-04Update copyright years.Jakub Jelinek3-3/+3
2021-01-01Fix testsuite/g++.old-deja/g++.mike/p658.C build failure on VxWorks RTPJerome Lambourg1-2/+2
2021-01-01Skip testsuite/g++.old-deja/g++.pt/const2.C on vxworks_kernelJerome Lambourg1-0/+1
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++: Add -Wexceptions warning option [PR97675]Marek Polacek1-2/+2
2020-11-05c++: Implement -Wvexing-parse [PR25814]Marek Polacek6-5/+7
2020-10-28c++: Prevent warnings for value-dependent exprs [PR96742]Marek Polacek1-1/+0
2020-10-07c++: block-scope externs get an alias [PR95677,PR31775,PR95677]Nathan Sidwell2-5/+7
2020-09-22c++: fix injected friend of template classNathan Sidwell1-1/+4
2020-09-09c++: Further tweaks for new-expression and paren-init [PR77841]Marek Polacek3-3/+3
2020-09-03c++: Fix P0960 in member init list and array [PR92812]Marek Polacek3-3/+4
2020-09-02testsuite: Add missing <exception> header to testcaseJonathan Wakely1-0/+1
2020-08-04c++: fix template parm count leakNathan Sidwell1-2/+3
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt3-5/+5
2020-07-06c++: Allow empty-declaration in C++11 and later (PR 96068)Jonathan Wakely2-4/+6
2020-05-20c++: C++20 DR 2237, disallow simple-template-id in cdtor.Marek Polacek2-2/+2
2020-05-19TESTSUITE: Fix tests for 16-bit targetsJozef Lawrynowicz9-19/+26
2020-05-12preprocessor: EOF location is at end of file [PR95013]Nathan Sidwell1-1/+1
2020-05-08EOF has a locationNathan Sidwell1-1/+2
2020-05-07c++: Fix spelling of non-staticMarek Polacek1-2/+2
2020-05-06c++: ICE in value_dependent_expression_p in C++98 mode [PR94938]Marek Polacek1-0/+1
2020-05-05Merge dg-options and dg-additional-options if len <= 120 chars.Martin Liska1-2/+1
2020-03-26c++: DR1710, template keyword in a typename-specifier [PR94057]Marek Polacek1-4/+2
2020-01-28Replace one error with inform.Martin Liska1-2/+2
2020-01-14PR c++/92590 - wrong handling of inherited default ctor.Jason Merrill1-1/+1
2020-01-07init.c (build_new): Add location_t parameter and use it throughout.Paolo Carlini2-5/+5
2020-01-06PR c++/92552 - ICE with inherited constrained default ctor.Jason Merrill1-1/+1
2020-01-01Update copyright years.Jakub Jelinek3-3/+3
2019-12-18typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...Paolo Carlini6-17/+17
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini17-28/+31
2019-12-05typeck2.c (build_functional_cast): Add location_t parameter and use it.Paolo Carlini3-4/+8
2019-12-03typeck.c (cp_build_addr_expr_1): Use the cp_expr_loc_or_input_loc location in...Paolo Carlini3-3/+3
2019-12-03PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.Marek Polacek5-10/+12
2019-11-27typeck.c (cp_build_unary_op): Consistently use the accurate location in seven...Paolo Carlini4-31/+31
2019-11-25typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...Paolo Carlini10-14/+14
2019-11-18typeck.c (cp_build_addr_expr_1): Use cp_expr_loc_or_input_loc in three places.Paolo Carlini3-3/+3
2019-11-06Fix parser to recognize operator?:Matthias Kretz1-1/+1
2019-11-05Implement C++20 operator<=>.Jason Merrill1-4/+3
2019-11-02typeck.c (composite_pointer_type): Add a const op_location_t& parameter and u...Paolo Carlini5-6/+6
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