aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp23
AgeCommit message (Expand)AuthorFilesLines
2023-06-23c++: Add support for -std={c,gnu}++2{c,6}Marek Polacek1-1/+1
2023-05-15c++: add feature-test macro for auto(x)Patrick Palka1-0/+6
2023-05-10c++: always check consteval addressJason Merrill1-4/+4
2023-05-09c++: Reject pack expansion of assume attribute [PR109756]Jakub Jelinek1-0/+22
2023-04-25testsuite: Fix up ext-floating2.C on powerpc64-linuxJakub Jelinek1-0/+4
2023-04-25testsuite: Fix up ext-floating15.C tests on powerpc64-linux [PR109278]Jakub Jelinek1-0/+1
2023-03-30c++: Fix up ICE in build_min_non_dep_op_overload [PR109319]Jakub Jelinek1-0/+42
2023-03-30c++: Avoid informs without a warning [PR109278]Jakub Jelinek1-0/+11
2023-03-10c++ testsuite: Add test for PR107703Jakub Jelinek2-2/+586
2023-03-07c++: static lambda tsubst [PR108526]Jason Merrill1-0/+1
2023-02-08testsuite: Fix up PR108525 test [PR108525]Jakub Jelinek2-5/+5
2023-01-25c++: Fix up mangling of static lambdas [PR108525]Jakub Jelinek1-0/+5
2023-01-24c++: static lambda in template [PR108526]Jason Merrill1-0/+8
2023-01-19c++: Fix up handling of non-dependent subscript with static operator[] [PR108...Jakub Jelinek2-0/+77
2022-12-15c++, libstdc++: Add typeinfo for _Float{16,32,64,128,32x,64x} and __bf16 type...Jakub Jelinek1-0/+35
2022-12-02testsuite: Adjust dg-error for -fimplicit-constexprMarek Polacek2-4/+4
2022-11-19c++: Implement C++23 P2647R1 - Permitting static constexpr variables in const...Jakub Jelinek3-2/+63
2022-11-16c++: P2448 - Relaxing some constexpr restrictions [PR106649]Marek Polacek12-4/+435
2022-11-16c++: Fix up calls to static operator() or operator[] [PR107624]Jakub Jelinek3-0/+94
2022-11-15c++: Implement C++23 P2589R1 - - static operator[]Jakub Jelinek2-2/+31
2022-11-14c++: Disable -Wdangling-reference when initing T&Marek Polacek1-2/+2
2022-11-04testsuite: Add testcase from C++23 P2314R4 - Character sets and encodingsJakub Jelinek1-0/+10
2022-10-31libstdc++-v3: <complex> support for extended floating point typesJakub Jelinek1-0/+182
2022-10-26c++: Implement -Wdangling-reference [PR106393]Marek Polacek2-3/+5
2022-10-25c++: constexpr-evaluate more assumesJason Merrill2-0/+41
2022-10-25c++: improve failed constexpr assume diagnosticJason Merrill1-2/+2
2022-10-25gimplify: Don't add GIMPLE_ASSUME if errors were seen [PR107369]Jakub Jelinek1-0/+12
2022-10-19Add assume support to VRP.Andrew MacLeod1-0/+42
2022-10-18middle-end IFN_ASSUME support [PR106654]Jakub Jelinek3-0/+66
2022-10-06c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654]Jakub Jelinek5-37/+659
2022-09-30i386, rs6000, ia64, s390: Fix C++ ICEs with _Float64x or _Float128 [PR107080]Jakub Jelinek1-0/+79
2022-09-27c++: Implement C++23 P2266R1, Simpler implicit move [PR101165]Marek Polacek10-0/+527
2022-09-27c++: Implement C++23 P1169R4 - static operator() [PR106651]Jakub Jelinek4-0/+79
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek11-0/+1095
2022-09-26c++: P2513R4, char8_t Compatibility and Portability Fix [PR106656]Marek Polacek1-2/+2
2022-09-07c++: diagnostic for template placeholder in parm [PR106793]Jason Merrill1-2/+2
2022-09-07libcpp: Named universal character escapes and delimited escape sequence tweaksJakub Jelinek2-0/+34
2022-09-06c++: C++23 operator[] allows default argumentsJason Merrill1-0/+7
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek12-0/+592
2022-08-26libcpp: Implement P2362R3 - Remove non-encodable wide character literals and ...Jakub Jelinek2-0/+85
2022-08-26c++: Implement C++23 P2071R2 - Named universal character escapes [PR106648]Jakub Jelinek1-0/+6
2022-05-09c++: Implement P2324R2, labels at the end of compound-stmts [PR103539]Marek Polacek2-0/+141
2022-05-04c++: Don't emit deprecated warnings or unavailable errors on lambda declarationsJakub Jelinek2-0/+56
2022-03-24c++: missing SFINAE for non-constant consteval calls [PR104620]Patrick Palka1-2/+2
2022-03-24c++: extern thread_local declarations in constexpr [PR104994]Jakub Jelinek4-7/+13
2022-03-10c++: Don't allow type-constraint auto(x) [PR104752]Marek Polacek1-0/+8
2022-03-10c++: allow variadic operator[] for C++23 [PR103460]Jakub Jelinek1-0/+17
2022-02-09c++: P2493 feature test macro updatesJason Merrill1-2/+2
2022-01-31c++: ICE with auto[] and VLA [PR102414]Marek Polacek2-0/+30
2022-01-27c++: new-expr of array of deduced class tmpl [PR101988]Marek Polacek1-0/+11