aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp23
AgeCommit message (Expand)AuthorFilesLines
2 daysc++: alias_ctad_tweaks ICE w/ inherited CTAD [PR119687]Patrick Palka1-0/+21
7 daysc++: harmless use of 'this' rejected despite P2280R4 [PR118249]Patrick Palka1-1/+1
2025-02-28c++: generic lambda, implicit 'this' capture, xobj memfn [PR119038]Patrick Palka1-0/+11
2025-02-13c++: -frange-for-ext-temps and reused temps [PR118856]Jason Merrill1-0/+20
2025-02-12c++: don't default -frange-for-ext-temps in -std=gnu++20 [PR188574]Jason Merrill2-4/+4
2025-01-28c++: friend vs inherited guide confusion [PR117855]Patrick Palka1-0/+12
2024-12-11c++: print z candidate count and number them (v2)David Malcolm1-1/+2
2024-11-30c++: Implement C++26 P3176R1 - The Oxford variadic commaJakub Jelinek1-10/+10
2024-11-01Update bitwise_or op_range.Andrew MacLeod1-1/+36
2024-11-01Reimplement 'assume' processing pass.Andrew MacLeod1-0/+38
2024-10-22testsuite: Fix typo in ext-floating19.CStefan Schulze Frielinghaus1-1/+1
2024-10-12libcpp, genmatch: Use gcc_diag instead of printf for libcpp diagnosticsJakub Jelinek14-499/+499
2024-09-24c++: Implement C++23 P2718R0 - Wording for P2644R1 Fix for Range-based for Lo...Jakub Jelinek9-2/+497
2024-09-23c++: diagnose this specifier in requires expr [PR116798]Marek Polacek1-0/+10
2024-09-19c++: deleting explicitly-defaulted functions [PR116162]Marek Polacek1-0/+23
2024-09-12testsuite: introduce hostedlib effective targetAlexandre Oliva4-0/+4
2024-09-12libcpp: adjust pedwarn handlingJason Merrill1-0/+19
2024-08-28c++: add missing -Wc++??-extensions checksJason Merrill1-0/+20
2024-08-15c++: fix up cpp23/consteval-if3.C test [PR115583]Patrick Palka1-0/+1
2024-08-09c++: inherited CTAD fixes [PR116276]Patrick Palka3-2/+73
2024-07-28c++: if consteval and consteval propagation [PR115583]Jason Merrill1-0/+17
2024-07-19c++: xobj fn call without obj [PR115783]Patrick Palka1-0/+48
2024-06-17c++: Fix up floating point conversion rank comparison for _Float32 and float ...Jakub Jelinek1-0/+26
2024-04-24c++: Fix ICE with xobj parms and maybe incomplete decl-specifiersNathaniel Shead1-0/+9
2024-04-23c++: Check if allocation functions are xobj members [PR114078]Nathaniel Shead1-0/+11
2024-03-27testsuite: Fix up ext-floating{3,12}.C on i686-linuxJakub Jelinek2-0/+3
2024-03-08c++: Fix up parameter pack diagnostics on xobj vs. varargs functions [PR113802]Jakub Jelinek1-11/+50
2024-03-06c++: Fix template deduction for conversion operators with xobj parameters [PR...Nathaniel Shead1-0/+49
2024-03-01c++: auto(x) partial substitution [PR110025, PR114138]Patrick Palka3-0/+96
2024-02-10gimple-low: Fix up handling of volatile automatic vars in assume attribute [P...Jakub Jelinek1-0/+14
2024-01-30c++: duplicated side effects of xobj arg [PR113640]Patrick Palka1-0/+27
2024-01-18c++: ICE when xobj is not the first parm [PR113389]Marek Polacek1-0/+8
2024-01-16c++: fix ICE with xobj in destructor [PR113340]Marek Polacek1-0/+6
2024-01-16c++: reject packs on xobj params [PR113307]waffl3x1-1/+105
2024-01-11testsuite: remove xfailJason Merrill1-2/+2
2024-01-09c++: P0847R7 (deducing this) - CWG2586 [PR102609]waffl3x3-0/+173
2024-01-09c++: P0847R7 (deducing this) - xobj lambdas. [PR102609]waffl3x14-0/+1541
2024-01-09c++: P0847R7 (deducing this) - diagnostics. [PR102609]waffl3x13-0/+570
2024-01-09c++: P0847R7 (deducing this) - initial functionality. [PR102609]waffl3x24-0/+3409
2023-12-27testsuite: 32 bit AIX 2 byte wcharDavid Edelsohn1-0/+1
2023-12-14c++: fix parsing with auto(x) at block scope [PR112482]Marek Polacek1-0/+21
2023-12-14c++: Implement P2582R1, CTAD from inherited constructorsPatrick Palka4-0/+112
2023-12-04c++: implement P2564, consteval needs to propagate up [PR107687]Marek Polacek3-11/+14
2023-11-15c++: fix parsing with auto(x) [PR112410]Marek Polacek2-0/+70
2023-11-14c++: Implement C++26 P1854R4 - Making non-encodable string literals ill-forme...Jakub Jelinek2-33/+34
2023-11-14c++: Link extended FP conversion pedwarns to -Wnarrowing [PR111842]Jonathan Wakely2-0/+82
2023-09-22c++: missing SFINAE in grok_array_decl [PR111493]Patrick Palka1-0/+25
2023-09-19c++: Move consteval folding to cp_fold_rMarek Polacek1-1/+2
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