aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1y
AgeCommit message (Expand)AuthorFilesLines
2023-05-19c++: scoped variable template-id of reference type [PR97340]Patrick Palka2-0/+36
2023-05-11c++: 'mutable' subobject of constexpr variable [PR109745]Patrick Palka1-0/+20
2023-05-07c++: parenthesized -> resolving to static data member [PR98283]Patrick Palka1-0/+14
2023-04-03c++: ICE with loopy var tmpl auto deduction [PR109300]Patrick Palka1-0/+5
2023-03-22c++: local class in nested generic lambda [PR109241]Jason Merrill1-0/+13
2023-03-16c++: generic lambda, local class, __func__ [PR108242]Jason Merrill1-0/+18
2023-03-14c++: variable tmpl partial specialization [PR108468]Jason Merrill1-0/+12
2023-03-07c++: error with constexpr operator() [PR107939]Marek Polacek2-1/+33
2023-03-01c++: Don't recurse on DECL_INITIAL for DECL_EXPR on non-VAR_DECLs [PR108606]Jakub Jelinek1-0/+11
2023-02-28c++: non-dependent variable template-id [PR108848]Patrick Palka3-2/+35
2023-02-28c++: variable template and targ deduction [PR108550]Marek Polacek3-0/+78
2023-02-28c++: ICE with constexpr variable template [PR107938]Marek Polacek2-0/+31
2023-02-20c++: ICE with -fno-elide-constructors and trivial fn [PR101073]Marek Polacek1-0/+18
2023-02-03c++: wrong error with constexpr array and value-init [PR108158]Marek Polacek1-0/+32
2022-12-17c++: constantness of non-dependent NTTP argument [PR107437]Patrick Palka1-0/+21
2022-11-16c++: P2448 - Relaxing some constexpr restrictions [PR106649]Marek Polacek7-10/+10
2022-11-16c++: Implement CWG 2654 - Un-deprecation of compound volatile assignmentsJakub Jelinek1-1/+1
2022-11-01c++: per-scope, per-signature lambda discriminatorsNathan Sidwell1-0/+26
2022-11-01c++: Reorganize per-scope lambda discriminatorsNathan Sidwell3-1/+52
2022-10-24c, c++: Fix up excess precision handling of scalar_to_vector conversion [PR10...Jakub Jelinek1-1/+1
2022-10-24c++: Fix up constexpr handling of char/signed char/short pre/post inc/decreme...Jakub Jelinek1-0/+15
2022-10-14c++: Implement excess precision support for C++ [PR107097, PR323]Jakub Jelinek1-1/+1
2022-09-29c++: check DECL_INITIAL for constexprJason Merrill1-2/+2
2022-09-27c++: Implement C++23 P2266R1, Simpler implicit move [PR101165]Marek Polacek3-4/+23
2022-09-16c++: 'mutable' member within constexpr [PR92505]Patrick Palka1-0/+16
2022-09-12c++: auto member function and auto variable [PR106893]Jason Merrill1-0/+10
2022-08-07c++: Add support for __real__/__imag__ modifications in constant expressions ...Jakub Jelinek1-0/+24
2022-07-01c++: fix broken copy elision with nested TARGET_EXPRs [PR105550]Marek Polacek3-6/+57
2022-06-03c++: redeclared hidden friend [PR105761]Jason Merrill1-0/+12
2022-06-01c++: auto function as function argument [PR105779]Jason Merrill1-0/+12
2022-05-25c++: deduction from auto fn [PR105623]Jason Merrill1-0/+14
2022-05-25c++: strict constexpr and local varsJason Merrill1-0/+17
2022-05-25c++: ICE with temporary of class type in DMI [PR100252]Marek Polacek6-0/+491
2022-04-29c++: check completeness after auto deduction [PR80351]Jason Merrill2-2/+2
2022-04-27c++: enum in generic lambda at global scope [PR105398]Marek Polacek1-0/+15
2022-04-25c++: generic lambda fn parm pack [PR104624]Jason Merrill1-0/+15
2022-04-13c++: local fn and generic lambda [PR97219]Jason Merrill1-0/+17
2022-04-13c++: empty base constexpr -fno-elide-ctors [PR105245]Jason Merrill1-0/+1
2022-04-06c++: nested generic lambda in DMI [PR101717]Jason Merrill1-0/+7
2022-03-26c++: diagnosing if-stmt with non-constant branches [PR105050]Patrick Palka1-0/+12
2022-03-24c++: ICE with template code in constexpr [PR104284]Marek Polacek4-0/+135
2022-02-14c++: Don't reject GOTO_EXPRs to cdtor_label in potential_constant_expression_...Jakub Jelinek1-0/+10
2022-02-06c++: Further address_compare fixes [PR89074]Jakub Jelinek1-0/+132
2022-01-20c++: Add test for fixed PR [PR102338]Marek Polacek1-0/+20
2022-01-17c++: Fix cp_genericize_target_expr for TARGET_EXPRs created for global initia...Jakub Jelinek1-0/+23
2022-01-14c++: Reject in constant evaluation address comparisons of start of one var an...Jakub Jelinek1-0/+28
2022-01-10c++: constexpr base-to-derived conversion with offset 0 [PR103879]Patrick Palka2-0/+32
2022-01-08Testsuite: Make dependence on -fdelete-null-pointer-checks explicitSandra Loosemore1-0/+1
2022-01-08c++, match.pd: Evaluate in constant evaluation comparisons like &var1 + 12 ==...Jakub Jelinek1-0/+19
2022-01-03symtab: Fold &a == &b to 0 if folding_initializer [PR94716]Jakub Jelinek1-0/+8