summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a
AgeCommit message (Expand)Author
2022-07-21c++: defaulted friend op== [PR106361]Jason Merrill
2022-07-13c++: non-dependent call to consteval operator [PR105912]Patrick Palka
2022-07-13c++: dependence of constrained memfn from current inst [PR105842]Patrick Palka
2022-07-01c++: warn about using keywords as identifiers [PR106111]Marek Polacek
2022-07-01c++: dependent generic lambda template-id [PR106024]Jason Merrill
2022-06-23c++: anon union designated init [PR105925]Jason Merrill
2022-06-03c++: don't substitute TEMPLATE_PARM_CONSTRAINTS [PR100374]Patrick Palka
2022-06-03c++: find_template_parameters and PARM_DECLs [PR105797]Patrick Palka
2022-05-27c++: lambda in concept [PR105652]Jason Merrill
2022-05-26c++: constrained partial spec forward decl [PR96363]Patrick Palka
2022-05-25c++: CTAD with alias and nested template [PR105655]Jason Merrill
2022-05-24c++: constexpr empty base redux [PR105622]Jason Merrill
2022-05-11c++: lambda template in requires [PR105541]Jason Merrill
2022-05-10c++: fix arm-eabi crash building libstdc++ [PR105529]Jason Merrill
2022-05-09c++: constexpr init of union sub-aggr w/ base [PR105491]Patrick Palka
2022-05-04c++: ICE during aggr CTAD for member tmpl [PR105476]Patrick Palka
2022-05-02c++: improve template-id locationJason Merrill
2022-04-29c++: alias CTAD and member alias templates [PR104470]Jason Merrill
2022-04-26c++: pack init-capture of unresolved overload [PR102629]Jason Merrill
2022-04-25c++: ICE with requires-expr and -Wsequence-point [PR105304]Patrick Palka
2022-04-13c++: Treat alignas align_expr and aligned attribute's operand as manifestly c...Jakub Jelinek
2022-04-12c++: requires-expr in pack expansion using pack [PR103105]Patrick Palka
2022-04-07c++: Handle __builtin_clear_padding on non-trivially-copyable types [PR102586]Jakub Jelinek
2022-04-06c++: make -Wctad-maybe-unsupported respect complain [PR105143]Patrick Palka
2022-04-05c++: elaborated-type-spec in requires-expr [PR101677]Jason Merrill
2022-04-01c++: deducing from class type of NTTP [PR105110]Patrick Palka
2022-03-30c++: ICE with failed __is_constructible constraint [PR100474]Patrick Palka
2022-03-28c++: reject concept w/ multiple tparm lists [PR105067]Patrick Palka
2022-03-28c++: constrained template friend matching ICE [PR105064]Patrick Palka
2022-03-26c++: Fix up __builtin_{bit_cast,convertvector} parsingJakub Jelinek
2022-03-24c++: missing SFINAE for non-constant consteval calls [PR104620]Patrick Palka
2022-03-24c++: extern thread_local declarations in constexpr [PR104994]Jakub Jelinek
2022-03-21c++: designated init and aggregate members [PR103337]Jason Merrill
2022-03-18c++: Fix up constexpr evaluation of new with zero sized types [PR104568]Jakub Jelinek
2022-03-14c++: Reject __builtin_clear_padding on non-trivially-copyable types with one ...Jakub Jelinek
2022-03-12c++: return-type-req in constraint using only outer tparms [PR104527]Patrick Palka
2022-03-12c++: ICE with non-constant satisfaction value [PR98644]Patrick Palka
2022-03-08PR c++/96437: ICE-on-invalid-code error recovery.Roger Sayle
2022-03-04c++: Add testcase for already fixed PR [PR103443]Patrick Palka
2022-02-14c++: Don't reject GOTO_EXPRs to cdtor_label in potential_constant_expression_...Jakub Jelinek
2022-02-09c++: P2493 feature test macro updatesJason Merrill
2022-02-08c++: satisfaction value of type const bool [PR104410]Patrick Palka
2022-02-08c++: lambda in pack expansion using pack in constraint [PR103706]Patrick Palka
2022-02-08c++: constrained auto in lambda using outer tparms [PR103706]Patrick Palka
2022-02-06c++: dependent noexcept-spec on defaulted comparison op [PR96242]Patrick Palka
2022-01-28c++: var tmpl w/ dependent constrained auto type [PR103341]Patrick Palka
2022-01-27c++: non-dependent immediate member fn call [PR99895]Patrick Palka
2022-01-27c++: constrained partial spec using qualified name [PR92944, PR103678]Patrick Palka
2022-01-23c++: designated init of char array by string constant [PR55227]Will Wray
2022-01-20c++: designator for base class member [PR101405]Jason Merrill