aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2023-06-14Remove 'gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s'Thomas Schwinge1-0/+0
2023-06-13c/c++: use positive tone in missing header notes [PR84890]David Malcolm8-77/+77
2023-06-13c++: mutable temps in rodataJason Merrill1-0/+18
2023-06-12c++: build initializer_list<string> in a loop [PR105838]Jason Merrill1-0/+24
2023-06-11c++: unsynthesized defaulted constexpr fn [PR110122]Patrick Palka1-0/+23
2023-06-11c++: extend lookup_template_class shortcut [PR110122]Patrick Palka2-0/+45
2023-06-10c++: Adjust conversion deduction [PR61663][DR976]Nathan Sidwell1-0/+63
2023-06-09c++: diagnose auto in template argJason Merrill2-0/+17
2023-06-09c++: init-list of uncopyable type [PR110102]Jason Merrill1-0/+15
2023-06-07c++: allow NRV and non-NRV returns [PR58487]Jason Merrill3-0/+60
2023-06-06c++: Add -WnrvoJason Merrill1-0/+15
2023-06-06c++: enable NRVO from inner block [PR51571]Jason Merrill1-0/+23
2023-06-06c++: NRV and goto [PR92407]Jason Merrill1-0/+30
2023-06-06c++: fix throwing cleanup with labelJason Merrill1-0/+21
2023-06-06c++: fix contracts with NRVJason Merrill1-0/+29
2023-06-06c++: add NRV testcase [PR58050]Jason Merrill1-0/+18
2023-06-06middle-end/110055 - avoid CLOBBERing static variablesRichard Biener1-0/+16
2023-06-03c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]Jason Merrill1-0/+30
2023-06-03c++: is_specialization_of_friend confusion [PR109923]Patrick Palka1-0/+20
2023-06-03c++: replace in_template_functionPatrick Palka1-1/+1
2023-06-03c++: mangle noexcept-expr [PR70790]Patrick Palka1-0/+14
2023-06-02c++: fix explicit/copy problem [PR109247]Jason Merrill1-0/+15
2023-06-02c++: make initializer_list array static again [PR110070]Jason Merrill7-0/+72
2023-05-30OpenMP: Improve C/C++ parsing error message [PR109999]Tobias Burnus1-2/+2
2023-05-24[testsuite] require pthread for openmpAlexandre Oliva1-0/+2
2023-05-19c++: scoped variable template-id of reference type [PR97340]Patrick Palka2-0/+36
2023-05-17c++: Don't try to initialize zero width bitfields in zero initialization [PR1...Jakub Jelinek1-0/+13
2023-05-16c++: -Wdangling-reference not suppressed in template [PR109774]Marek Polacek1-0/+23
2023-05-16c++: desig init in presence of list ctor [PR109871]Patrick Palka1-0/+16
2023-05-15c++: add feature-test macro for auto(x)Patrick Palka1-0/+6
2023-05-12c++: remove redundant testcase [PR83258]Patrick Palka2-9/+1
2023-05-12c++: robustify testcase [PR109752]Patrick Palka2-26/+13
2023-05-11c++: 'mutable' subobject of constexpr variable [PR109745]Patrick Palka3-0/+74
2023-05-11c++: Add testcase for already fixed PR [PR103807]Patrick Palka1-0/+11
2023-05-11c++: converted lambda as template argument [PR83258, ...]Patrick Palka4-2/+29
2023-05-10c++: wrong std::is_convertible with cv-qual fn [PR109680]Marek Polacek1-0/+16
2023-05-10c++: be stricter about constinit [CWG2543]Jason Merrill1-0/+5
2023-05-10c++: always check consteval addressJason Merrill5-19/+22
2023-05-10Avoid g++.dg/torture/pr106922.C FAIL with the pre-C++11 ABIRichard Biener1-0/+9
2023-05-10c++: Reject attributes without arguments used as pack expansion [PR109756]Jakub Jelinek1-0/+29
2023-05-09c++: error-recovery ICE with unstable satisfaction [PR109752]Patrick Palka1-0/+26
2023-05-09c++: noexcept-spec from nested class confusion [PR109761]Patrick Palka1-0/+16
2023-05-09c++: Reject pack expansion of assume attribute [PR109756]Jakub Jelinek1-0/+22
2023-05-08c++: non-template friend of template [PR106740]Jason Merrill1-0/+18
2023-05-08Let each 'lto_init' determine the default 'LTO_OPTIONS', and 'torture-init' t...Thomas Schwinge1-1/+1
2023-05-08c++: list CTAD and resolve_nondeduced_context [PR106214]Patrick Palka1-0/+28
2023-05-07c++: fix pretty printing of 'alignof' vs '__alignof__' [PR85979]Patrick Palka1-0/+21
2023-05-07c++: goto entering scope of obj w/ non-trivial dtor [PR103091]Patrick Palka1-0/+22
2023-05-07c++: satisfaction of non-dep member alias template-idPatrick Palka1-0/+15
2023-05-07c++: parenthesized -> resolving to static data member [PR98283]Patrick Palka1-0/+14