On Tue, Dec 16, 2025 at 11:15 AM Jonathan Wakely <[email protected]> wrote:
> libstdc++-v3/ChangeLog:
>
> * testsuite/lib/libstdc++.exp (dg-v3-runtest) Set default_std to
> 20.
> ---
>
> Tested x86_64-linux.
>
LGTM
>
> libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp
> b/libstdc++-v3/testsuite/lib/libstdc++.exp
> index b1593e42f941..b11f4a34dfa1 100644
> --- a/libstdc++-v3/testsuite/lib/libstdc++.exp
> +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp
> @@ -533,7 +533,7 @@ proc v3-dg-runtest { testcases flags
> default-extra-flags } {
> # single test.
> # These should be adjusted whenever the default -std is
> # updated or newer C++ effective target is added.
> - set default_std 17
> + set default_std 20
> set max_std 26
> set min_std [v3-minimum-std $test $default_std $max_std]
> if { $min_std > $default_std } {
> --
> 2.52.0
>
>