aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2019-12-30decl2.c (delete_sanity): Add location_t parameter and use it throughout.Paolo Carlini5-18/+21
2019-12-30re PR c++/92745 (Initializing array with vec4 results in compile error)Jakub Jelinek1-0/+1
2019-12-29PR c++/88337 - Implement P1327R1: Allow dynamic_cast in constexpr.Marek Polacek17-0/+613
2019-12-26re PR c++/92438 (Function declaration parsed incorrectly with `-std=c++1z`)Jakub Jelinek1-0/+26
2019-12-23[C++] Make same_type_p return false for gnu_vector_type_p differences (PR 92789)Richard Sandiford1-22/+22
2019-12-23[C++] Fix ICE for binding lax vector conversions to references (PR 93014)Richard Sandiford1-0/+96
2019-12-20PR c++/92745 - bogus error when initializing array of vectors.Marek Polacek1-0/+25
2019-12-20PR c++/92974 - bogus location for enum and non-enum in ?: warning.Marek Polacek3-18/+32
2019-12-21re PR c++/92965 ("note: 'x' is not public" emitted even when no error is emit...Jakub Jelinek1-0/+15
2019-12-21re PR c++/92966 (Segfault on defaulted operator== with wrong return type)Jakub Jelinek1-0/+8
2019-12-21re PR c++/92973 (Silently accepting defaulted comparison operators in C++11 ....Jakub Jelinek1-0/+5
2019-12-21re PR c++/92666 (bogus -Wunused-but-set-variable in gcov.c with -Wno-restrict)Jakub Jelinek1-0/+25
2019-12-21re PR c++/92992 (Side-effects dropped when decltype(nullptr) typed expression...Jakub Jelinek1-0/+24
2019-12-20OpenACC 2.6 deep copy: C and C++ front-end partsJulian Brown1-0/+68
2019-12-19Update g++.dg/ext/sve-sizeless-2.C after r279471Richard Sandiford1-1/+1
2019-12-19PR c++/52320 - EH cleanups for partially constructed arrays.Jason Merrill1-0/+56
2019-12-19PR c++/66139 - EH cleanups for partially constructed aggregates.Jason Merrill3-2/+70
2019-12-18typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...Paolo Carlini14-23/+96
2019-12-18PR c++/12333 - X::~X() with implicit this->.Jason Merrill2-4/+17
2019-12-17PR c++/61339 - add warning for mismatch between struct and classMartin Sebor4-0/+428
2019-12-17PR c++/79592 - missing explanation of invalid constexpr.Jason Merrill1-0/+12
2019-12-17PR c++/92576 - redeclaration of variable template.Jason Merrill2-1/+6
2019-12-17* name-lookup.c (get_std_name_hint): Add std::byte.Jason Merrill1-0/+3
2019-12-17re PR c++/59655 (incorrect diagnostic on templatized function with lambda par...Jakub Jelinek1-0/+20
2019-12-16PR c++/91165 - verify_gimple ICE with cached constexpr.Jason Merrill1-0/+13
2019-12-16MSP430: Add new msp430-elfbare targetJozef Lawrynowicz3-0/+3
2019-12-13PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor1-9/+9
2019-12-13PR c++/92496 - ICE with <=> and no #include <compare>.Jason Merrill1-0/+12
2019-12-11builtins.c (compute_objsize): Add an argument and set it to offset into desti...Martin Sebor1-39/+41
2019-12-11re PR c++/92869 (C++17 wrongly reports aggregate type as not-aggregate (when ...Jakub Jelinek1-0/+20
2019-12-11PR c++/92878 - Parenthesized init of aggregates in new-expression.Marek Polacek1-0/+54
2019-12-11* g++.dg/cpp0x/initlist-new2.C: Clarify comment.Jason Merrill1-1/+1
2019-12-11PR c++/92105 - decltype(decltype) error cascade.Jason Merrill2-1/+8
2019-12-11PR c++/57082 - new X{} and private destructor.Jason Merrill1-0/+15
2019-12-11PR c++/92774 - ICE with implicitly deleted operator<=>.Jason Merrill1-0/+25
2019-12-11PR c++/92859 - ADL and bit-field.Jason Merrill1-0/+18
2019-12-11PR c++/92446 - deduction of class NTTP.Jason Merrill1-0/+13
2019-12-10PR c++/92847 - C++20 comparison ambiguity with class template.Jason Merrill1-0/+15
2019-12-10Fix C++20 structural type vs. private base.Jason Merrill1-0/+6
2019-12-10PR c++/92560 - ICE with decltype and rewritten operator.Jason Merrill1-0/+11
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini29-114/+114
2019-12-08Fix ia32 testsuite failures from C2x attributes on typesRainer Orth3-6/+6
2019-12-07PR c++/91678 - wrong error with decltype and location wrapper.Marek Polacek1-0/+4
2019-12-07re PR c++/92831 (CWG1299 extend_ref_init_temps_1 punts on COND_EXPRs)Jakub Jelinek1-0/+43
2019-12-06Add test for c++/92451.Marek Polacek1-0/+6
2019-12-06c-cppbuiltin.c (c_cpp_builtins): Don't define __cpp_consteval for now.Jakub Jelinek1-0/+2
2019-12-06PR c++/92831 - CWG 1299, not extending temporary lifetime for ?:Jakub Jelinek1-0/+36
2019-12-06[C++] Pass type uses through the verify_type_context hookRichard Sandiford2-0/+840
2019-12-05PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.Marek Polacek33-37/+538
2019-12-05PR c++/92271 - make __is_same alias for __is_same_as.Marek Polacek1-0/+5