aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z
AgeCommit message (Expand)AuthorFilesLines
2023-06-14c++: tweak c++17 ctor/conversion tiebreaker [DR2327]Jason Merrill1-0/+14
2023-05-08c++: list CTAD and resolve_nondeduced_context [PR106214]Patrick Palka1-0/+28
2023-05-02c++: std::variant slow to compile [PR109678]Jason Merrill1-0/+47
2023-03-30c++: generic lambda and function ptr conv [PR105221]Jason Merrill1-0/+8
2023-03-15c++: ICE with constexpr lambda [PR107280]Marek Polacek1-0/+15
2023-03-14c++: Treat unnamed bitfields as padding for __has_unique_object_representatio...Jakub Jelinek1-0/+10
2023-01-31c++: aggregate base and TARGET_EXPR_ELIDING_P [PR108559]Jason Merrill1-0/+19
2023-01-24c++: Handle structured bindings like anon unions in initializers [PR108474]Jakub Jelinek2-0/+66
2022-12-17c++: constantness of non-dependent NTTP argument [PR107437]Patrick Palka1-1/+0
2022-12-15c++: variadic using-decl with parm pack in terminal name [PR102104]Patrick Palka6-0/+165
2022-12-15c++: extract_local_specs and unevaluated contexts [PR100295]Patrick Palka1-0/+15
2022-12-02c++: Deduce range for structured bindings if expression is not type dependent...Jakub Jelinek1-0/+29
2022-10-14c++: Implement excess precision support for C++ [PR107097, PR323]Jakub Jelinek2-3/+3
2022-10-07c++: Improve handling of foreigner namespace attributesJakub Jelinek1-0/+24
2022-09-27c++: Implement C++23 P1169R4 - static operator() [PR106651]Jakub Jelinek1-1/+1
2022-09-13c++: some missing-SFINAE fixesPatrick Palka1-0/+12
2022-09-07c++: diagnostic for template placeholder in parm [PR106793]Jason Merrill1-0/+5
2022-07-30c++: constexpr, empty base after non-empty [PR106369]Jason Merrill1-0/+26
2022-07-22c++: CTAD from initializer list [PR106366]Patrick Palka1-0/+14
2022-06-23c++: context completion in lookup_template_class [PR105982]Patrick Palka1-0/+10
2022-06-23c++: -Waddress and if constexpr [PR94554]Jason Merrill1-0/+16
2022-06-23c++: -Waddress and value-dependent expr [PR105885]Jason Merrill1-0/+21
2022-06-22c++: dependence of baselink [PR105964]Jason Merrill1-0/+20
2022-06-15testsuite: AIX operator newDavid Edelsohn1-0/+1
2022-06-02c++: constexpr empty aggr [PR105795]Jason Merrill1-0/+27
2022-05-17c++: constexpr ref to array of array [PR102307]Jason Merrill1-0/+12
2022-04-29c++: check completeness after auto deduction [PR80351]Jason Merrill1-2/+2
2022-04-29c++: Add fixed test [PR83596]Marek Polacek1-0/+11
2022-04-12c++: non-array new alignment [PR102071]Jason Merrill1-0/+4
2022-04-05c++: alias template equivalence and CTAD [PR103852]Jason Merrill1-1/+2
2022-04-04c++: alias-tmpl equivalence and default targs [PR103852]Jason Merrill1-0/+17
2022-03-28c++: low -faligned-new [PR102071]Jason Merrill1-0/+26
2022-03-28c++: CTAD and member alias template [PR102123]Jason Merrill1-0/+28
2022-03-28c++: CTAD and member function references [PR103943]Jason Merrill1-0/+64
2022-03-28c++: missing aggregate base ctor [PR102045]Jason Merrill1-0/+24
2022-03-12c++: naming a dependently-scoped template for CTAD [PR104641]Patrick Palka1-0/+24
2022-03-09c++: detecting copy-init context during CTAD [PR102137]Patrick Palka1-0/+78
2022-02-15c++: TTP in member alias template [PR104107]Jason Merrill1-0/+21
2022-02-08c++: cleanup constant-init'd members [PR96876]Jason Merrill1-0/+19
2022-02-08c++: deducing only from noexcept-spec [PR80951]Patrick Palka1-0/+13
2022-01-31c++: CTAD for class tmpl defined inside partial spec [PR104294]Patrick Palka1-0/+16
2022-01-27c++: Add a couple of CTAD testcases [PR82632]Patrick Palka2-0/+34
2022-01-27c++: new-expr of array of deduced class tmpl [PR101988]Marek Polacek1-0/+16
2022-01-20c++: CTAD inside alias template [PR91911, PR103672]Patrick Palka7-0/+165
2022-01-18c++: DEPENDENT_OPERATOR_TYPE as type of NTTP [PR104074]Patrick Palka1-0/+5
2022-01-08Testsuite: Make dependence on -fdelete-null-pointer-checks explicitSandra Loosemore2-0/+2
2022-01-08c++, match.pd: Evaluate in constant evaluation comparisons like &var1 + 12 ==...Jakub Jelinek1-0/+26
2022-01-04[COMMITTED] c++: [PR90782] Add testcaseAndrew Pinski1-0/+13
2022-01-03symtab: Fold &a == &b to 0 if folding_initializer [PR94716]Jakub Jelinek1-0/+8
2021-12-03c++: Fix for decltype(auto) and parenthesized expr [PR103403]Marek Polacek1-0/+28