https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109849
--- Comment #26 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to GCC Commits from comment #23) > https://gcc.gnu.org/g:aae723d360ca26cd9fd0b039fb0a616bd0eae363 > > commit r14-5831-gaae723d360ca26cd9fd0b039fb0a616bd0eae363 > Author: Martin Jambor <mjam...@suse.cz> > Date: Fri Nov 24 17:32:35 2023 +0100 > > sra: SRA of non-escaped aggregates passed by reference to calls > I'm seeing a large number of libstdc++ testsuite failures, bisected to this patch. For example: make check -C x86_64-pc-linux-gnu/libstdc++-v3 RUNTESTFLAGS="conformance.exp=21_strings/basic_string/operators/char/1.cc --target_board=unix/-D_GLIBCXX_USE_CXX11_ABI=0" The full list of FAILs is: FAIL: 23_containers/vector/types/1.cc -std=gnu++98 (test for excess errors) FAIL: 23_containers/vector/types/1.cc -std=gnu++98 (test for excess errors) FAIL: 19_diagnostics/stacktrace/output.cc -std=gnu++23 execution test FAIL: 19_diagnostics/stacktrace/output.cc -std=gnu++26 execution test FAIL: 19_diagnostics/system_error/cons-1.cc -std=gnu++11 execution test FAIL: 19_diagnostics/system_error/cons-1.cc -std=gnu++14 execution test FAIL: 19_diagnostics/system_error/cons-1.cc -std=gnu++17 execution test FAIL: 19_diagnostics/system_error/cons-1.cc -std=gnu++20 execution test FAIL: 19_diagnostics/system_error/cons-1.cc -std=gnu++23 execution test FAIL: 19_diagnostics/system_error/cons-1.cc -std=gnu++26 execution test FAIL: 19_diagnostics/system_error/what-1.cc -std=gnu++11 execution test FAIL: 19_diagnostics/system_error/what-1.cc -std=gnu++14 execution test FAIL: 19_diagnostics/system_error/what-1.cc -std=gnu++17 execution test FAIL: 19_diagnostics/system_error/what-1.cc -std=gnu++20 execution test FAIL: 19_diagnostics/system_error/what-1.cc -std=gnu++23 execution test FAIL: 19_diagnostics/system_error/what-1.cc -std=gnu++26 execution test FAIL: 19_diagnostics/system_error/what-2.cc -std=gnu++11 execution test FAIL: 19_diagnostics/system_error/what-2.cc -std=gnu++14 execution test FAIL: 19_diagnostics/system_error/what-2.cc -std=gnu++17 execution test FAIL: 19_diagnostics/system_error/what-2.cc -std=gnu++20 execution test FAIL: 19_diagnostics/system_error/what-2.cc -std=gnu++23 execution test FAIL: 19_diagnostics/system_error/what-2.cc -std=gnu++26 execution test FAIL: 19_diagnostics/system_error/what-3.cc -std=gnu++11 execution test FAIL: 19_diagnostics/system_error/what-3.cc -std=gnu++14 execution test FAIL: 19_diagnostics/system_error/what-3.cc -std=gnu++17 execution test FAIL: 19_diagnostics/system_error/what-3.cc -std=gnu++20 execution test FAIL: 19_diagnostics/system_error/what-3.cc -std=gnu++23 execution test FAIL: 19_diagnostics/system_error/what-3.cc -std=gnu++26 execution test FAIL: 19_diagnostics/system_error/what-4.cc -std=gnu++11 execution test FAIL: 19_diagnostics/system_error/what-4.cc -std=gnu++14 execution test FAIL: 19_diagnostics/system_error/what-4.cc -std=gnu++17 execution test FAIL: 19_diagnostics/system_error/what-4.cc -std=gnu++20 execution test FAIL: 19_diagnostics/system_error/what-4.cc -std=gnu++23 execution test FAIL: 19_diagnostics/system_error/what-4.cc -std=gnu++26 execution test FAIL: 19_diagnostics/system_error/what-big.cc -std=gnu++14 execution test FAIL: 19_diagnostics/system_error/what-big.cc -std=gnu++17 execution test FAIL: 19_diagnostics/system_error/what-big.cc -std=gnu++20 execution test FAIL: 19_diagnostics/system_error/what-big.cc -std=gnu++23 execution test FAIL: 19_diagnostics/system_error/what-big.cc -std=gnu++26 execution test FAIL: 21_strings/basic_string/cons/char/moveable2.cc -std=gnu++11 execution test FAIL: 21_strings/basic_string/cons/char/moveable2.cc -std=gnu++14 execution test FAIL: 21_strings/basic_string/cons/char/moveable2.cc -std=gnu++17 execution test FAIL: 21_strings/basic_string/cons/char/moveable2.cc -std=gnu++20 execution test FAIL: 21_strings/basic_string/cons/char/moveable2.cc -std=gnu++23 execution test FAIL: 21_strings/basic_string/cons/char/moveable2.cc -std=gnu++26 execution test FAIL: 21_strings/basic_string/cons/wchar_t/moveable2.cc -std=gnu++11 execution test FAIL: 21_strings/basic_string/cons/wchar_t/moveable2.cc -std=gnu++14 execution test FAIL: 21_strings/basic_string/cons/wchar_t/moveable2.cc -std=gnu++17 execution test FAIL: 21_strings/basic_string/cons/wchar_t/moveable2.cc -std=gnu++20 execution test FAIL: 21_strings/basic_string/cons/wchar_t/moveable2.cc -std=gnu++23 execution test FAIL: 21_strings/basic_string/cons/wchar_t/moveable2.cc -std=gnu++26 execution test FAIL: 21_strings/basic_string/operators/char/1.cc -std=gnu++11 execution test FAIL: 21_strings/basic_string/operators/char/1.cc -std=gnu++14 execution test FAIL: 21_strings/basic_string/operators/char/1.cc -std=gnu++17 execution test FAIL: 21_strings/basic_string/operators/char/1.cc -std=gnu++20 execution test FAIL: 21_strings/basic_string/operators/char/1.cc -std=gnu++23 execution test FAIL: 21_strings/basic_string/operators/char/1.cc -std=gnu++26 execution test FAIL: 21_strings/basic_string/operators/char/3.cc -std=gnu++11 execution test FAIL: 21_strings/basic_string/operators/char/3.cc -std=gnu++14 execution test FAIL: 21_strings/basic_string/operators/char/3.cc -std=gnu++17 execution test FAIL: 21_strings/basic_string/operators/char/3.cc -std=gnu++20 execution test FAIL: 21_strings/basic_string/operators/char/3.cc -std=gnu++23 execution test FAIL: 21_strings/basic_string/operators/char/3.cc -std=gnu++26 execution test FAIL: 21_strings/basic_string/operators/char/4.cc -std=gnu++11 execution test FAIL: 21_strings/basic_string/operators/char/4.cc -std=gnu++14 execution test FAIL: 21_strings/basic_string/operators/char/4.cc -std=gnu++17 execution test FAIL: 21_strings/basic_string/operators/char/4.cc -std=gnu++20 execution test FAIL: 21_strings/basic_string/operators/char/4.cc -std=gnu++23 execution test FAIL: 21_strings/basic_string/operators/char/4.cc -std=gnu++26 execution test FAIL: 21_strings/basic_string/operators/wchar_t/1.cc -std=gnu++11 execution test FAIL: 21_strings/basic_string/operators/wchar_t/1.cc -std=gnu++14 execution test FAIL: 21_strings/basic_string/operators/wchar_t/1.cc -std=gnu++17 execution test FAIL: 21_strings/basic_string/operators/wchar_t/1.cc -std=gnu++20 execution test FAIL: 21_strings/basic_string/operators/wchar_t/1.cc -std=gnu++23 execution test FAIL: 21_strings/basic_string/operators/wchar_t/1.cc -std=gnu++26 execution test FAIL: 21_strings/basic_string/operators/wchar_t/3.cc -std=gnu++11 execution test FAIL: 21_strings/basic_string/operators/wchar_t/3.cc -std=gnu++14 execution test FAIL: 21_strings/basic_string/operators/wchar_t/3.cc -std=gnu++17 execution test FAIL: 21_strings/basic_string/operators/wchar_t/3.cc -std=gnu++20 execution test FAIL: 21_strings/basic_string/operators/wchar_t/3.cc -std=gnu++23 execution test FAIL: 21_strings/basic_string/operators/wchar_t/3.cc -std=gnu++26 execution test FAIL: 21_strings/basic_string/operators/wchar_t/4.cc -std=gnu++11 execution test FAIL: 21_strings/basic_string/operators/wchar_t/4.cc -std=gnu++14 execution test FAIL: 21_strings/basic_string/operators/wchar_t/4.cc -std=gnu++17 execution test FAIL: 21_strings/basic_string/operators/wchar_t/4.cc -std=gnu++20 execution test FAIL: 21_strings/basic_string/operators/wchar_t/4.cc -std=gnu++23 execution test FAIL: 21_strings/basic_string/operators/wchar_t/4.cc -std=gnu++26 execution test FAIL: 22_locale/num_get/get/char/23953.cc -std=gnu++11 execution test FAIL: 22_locale/num_get/get/char/23953.cc -std=gnu++14 execution test FAIL: 22_locale/num_get/get/char/23953.cc -std=gnu++17 execution test FAIL: 22_locale/num_get/get/char/23953.cc -std=gnu++20 execution test FAIL: 22_locale/num_get/get/char/23953.cc -std=gnu++23 execution test FAIL: 22_locale/num_get/get/char/23953.cc -std=gnu++26 execution test FAIL: 22_locale/num_get/get/wchar_t/23953.cc -std=gnu++11 execution test FAIL: 22_locale/num_get/get/wchar_t/23953.cc -std=gnu++14 execution test FAIL: 22_locale/num_get/get/wchar_t/23953.cc -std=gnu++17 execution test FAIL: 22_locale/num_get/get/wchar_t/23953.cc -std=gnu++20 execution test FAIL: 22_locale/num_get/get/wchar_t/23953.cc -std=gnu++23 execution test FAIL: 22_locale/num_get/get/wchar_t/23953.cc -std=gnu++26 execution test FAIL: 22_locale/num_put/put/char/23953.cc -std=gnu++11 execution test FAIL: 22_locale/num_put/put/char/23953.cc -std=gnu++14 execution test FAIL: 22_locale/num_put/put/char/23953.cc -std=gnu++17 execution test FAIL: 22_locale/num_put/put/char/23953.cc -std=gnu++20 execution test FAIL: 22_locale/num_put/put/char/23953.cc -std=gnu++23 execution test FAIL: 22_locale/num_put/put/char/23953.cc -std=gnu++26 execution test FAIL: 22_locale/num_put/put/wchar_t/23953.cc -std=gnu++11 execution test FAIL: 22_locale/num_put/put/wchar_t/23953.cc -std=gnu++14 execution test FAIL: 22_locale/num_put/put/wchar_t/23953.cc -std=gnu++17 execution test FAIL: 22_locale/num_put/put/wchar_t/23953.cc -std=gnu++20 execution test FAIL: 22_locale/num_put/put/wchar_t/23953.cc -std=gnu++23 execution test FAIL: 22_locale/num_put/put/wchar_t/23953.cc -std=gnu++26 execution test FAIL: 22_locale/numpunct/members/char/cache_1.cc -std=gnu++11 execution test FAIL: 22_locale/numpunct/members/char/cache_1.cc -std=gnu++14 execution test FAIL: 22_locale/numpunct/members/char/cache_1.cc -std=gnu++17 execution test FAIL: 22_locale/numpunct/members/char/cache_1.cc -std=gnu++20 execution test FAIL: 22_locale/numpunct/members/char/cache_1.cc -std=gnu++23 execution test FAIL: 22_locale/numpunct/members/char/cache_1.cc -std=gnu++26 execution test FAIL: 22_locale/numpunct/members/char/cache_2.cc -std=gnu++11 execution test FAIL: 22_locale/numpunct/members/char/cache_2.cc -std=gnu++14 execution test FAIL: 22_locale/numpunct/members/char/cache_2.cc -std=gnu++17 execution test FAIL: 22_locale/numpunct/members/char/cache_2.cc -std=gnu++20 execution test FAIL: 22_locale/numpunct/members/char/cache_2.cc -std=gnu++23 execution test FAIL: 22_locale/numpunct/members/char/cache_2.cc -std=gnu++26 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_1.cc -std=gnu++11 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_1.cc -std=gnu++14 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_1.cc -std=gnu++17 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_1.cc -std=gnu++20 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_1.cc -std=gnu++23 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_1.cc -std=gnu++26 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_2.cc -std=gnu++11 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_2.cc -std=gnu++14 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_2.cc -std=gnu++17 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_2.cc -std=gnu++20 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_2.cc -std=gnu++23 execution test FAIL: 22_locale/numpunct/members/wchar_t/cache_2.cc -std=gnu++26 execution test FAIL: 27_io/basic_ofstream/assign/1.cc -std=gnu++11 execution test FAIL: 27_io/basic_ofstream/assign/1.cc -std=gnu++14 execution test FAIL: 27_io/basic_ofstream/assign/1.cc -std=gnu++17 execution test FAIL: 27_io/basic_ofstream/assign/1.cc -std=gnu++20 execution test FAIL: 27_io/basic_ofstream/assign/1.cc -std=gnu++23 execution test FAIL: 27_io/basic_ofstream/assign/1.cc -std=gnu++26 execution test FAIL: 27_io/filesystem/filesystem_error/cons.cc -std=gnu++17 execution test FAIL: 27_io/filesystem/filesystem_error/cons.cc -std=gnu++20 execution test FAIL: 27_io/filesystem/filesystem_error/cons.cc -std=gnu++23 execution test FAIL: 27_io/filesystem/filesystem_error/cons.cc -std=gnu++26 execution test FAIL: 27_io/filesystem/operations/canonical.cc -std=gnu++17 execution test FAIL: 27_io/filesystem/operations/canonical.cc -std=gnu++20 execution test FAIL: 27_io/filesystem/operations/canonical.cc -std=gnu++23 execution test FAIL: 27_io/filesystem/operations/canonical.cc -std=gnu++26 execution test FAIL: 27_io/filesystem/operations/copy_file_108178.cc -std=gnu++17 execution test FAIL: 27_io/filesystem/operations/copy_file_108178.cc -std=gnu++20 execution test FAIL: 27_io/filesystem/operations/copy_file_108178.cc -std=gnu++23 execution test FAIL: 27_io/filesystem/operations/copy_file_108178.cc -std=gnu++26 execution test FAIL: 27_io/filesystem/path/concat/strings.cc -std=gnu++17 execution test FAIL: 27_io/filesystem/path/concat/strings.cc -std=gnu++20 execution test FAIL: 27_io/filesystem/path/concat/strings.cc -std=gnu++23 execution test FAIL: 27_io/filesystem/path/concat/strings.cc -std=gnu++26 execution test FAIL: 28_regex/basic_regex/106607.cc -std=gnu++11 execution test FAIL: 28_regex/basic_regex/106607.cc -std=gnu++14 execution test FAIL: 28_regex/basic_regex/106607.cc -std=gnu++17 execution test FAIL: 28_regex/basic_regex/106607.cc -std=gnu++20 execution test FAIL: 28_regex/basic_regex/106607.cc -std=gnu++23 execution test FAIL: 28_regex/basic_regex/106607.cc -std=gnu++26 execution test FAIL: 30_threads/thread/id/output.cc -std=gnu++11 execution test FAIL: 30_threads/thread/id/output.cc -std=gnu++14 execution test FAIL: 30_threads/thread/id/output.cc -std=gnu++17 execution test FAIL: 30_threads/thread/id/output.cc -std=gnu++20 execution test FAIL: 30_threads/thread/id/output.cc -std=gnu++23 execution test FAIL: 30_threads/thread/id/output.cc -std=gnu++26 execution test FAIL: experimental/filesystem/filesystem_error/cons.cc -std=gnu++11 execution test FAIL: experimental/filesystem/filesystem_error/cons.cc -std=gnu++14 execution test FAIL: experimental/filesystem/filesystem_error/cons.cc -std=gnu++17 execution test FAIL: experimental/filesystem/filesystem_error/cons.cc -std=gnu++20 execution test FAIL: experimental/filesystem/filesystem_error/cons.cc -std=gnu++23 execution test FAIL: experimental/filesystem/filesystem_error/cons.cc -std=gnu++26 execution test FAIL: experimental/filesystem/iterators/error_reporting.cc -std=gnu++11 execution test FAIL: experimental/filesystem/iterators/error_reporting.cc -std=gnu++14 execution test FAIL: experimental/filesystem/iterators/error_reporting.cc -std=gnu++17 execution test FAIL: experimental/filesystem/iterators/error_reporting.cc -std=gnu++20 execution test FAIL: experimental/filesystem/iterators/error_reporting.cc -std=gnu++23 execution test FAIL: experimental/filesystem/iterators/error_reporting.cc -std=gnu++26 execution test FAIL: experimental/filesystem/iterators/pop.cc -std=gnu++11 execution test FAIL: experimental/filesystem/iterators/pop.cc -std=gnu++14 execution test FAIL: experimental/filesystem/iterators/pop.cc -std=gnu++17 execution test FAIL: experimental/filesystem/iterators/pop.cc -std=gnu++20 execution test FAIL: experimental/filesystem/iterators/pop.cc -std=gnu++23 execution test FAIL: experimental/filesystem/iterators/pop.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/canonical.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/canonical.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/canonical.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/canonical.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/canonical.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/canonical.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/copy.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/copy.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/copy.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/copy.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/copy.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/copy.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/create_directory.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/create_directory.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/create_directory.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/create_directory.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/create_directory.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/create_directory.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/create_symlink.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/create_symlink.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/create_symlink.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/create_symlink.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/create_symlink.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/create_symlink.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/exists.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/exists.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/exists.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/exists.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/exists.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/exists.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/file_size.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/file_size.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/file_size.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/file_size.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/file_size.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/file_size.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/is_empty.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/is_empty.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/is_empty.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/is_empty.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/is_empty.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/is_empty.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/last_write_time.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/last_write_time.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/last_write_time.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/last_write_time.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/last_write_time.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/last_write_time.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/permissions.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/permissions.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/permissions.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/permissions.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/permissions.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/permissions.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/remove_all.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/remove_all.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/remove_all.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/remove_all.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/remove_all.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/remove_all.cc -std=gnu++26 execution test FAIL: experimental/filesystem/operations/temp_directory_path.cc -std=gnu++11 execution test FAIL: experimental/filesystem/operations/temp_directory_path.cc -std=gnu++14 execution test FAIL: experimental/filesystem/operations/temp_directory_path.cc -std=gnu++17 execution test FAIL: experimental/filesystem/operations/temp_directory_path.cc -std=gnu++20 execution test FAIL: experimental/filesystem/operations/temp_directory_path.cc -std=gnu++23 execution test FAIL: experimental/filesystem/operations/temp_directory_path.cc -std=gnu++26 execution test FAIL: experimental/filesystem/path/factory/u8path.cc -std=gnu++11 execution test FAIL: experimental/filesystem/path/factory/u8path.cc -std=gnu++14 execution test FAIL: experimental/filesystem/path/factory/u8path.cc -std=gnu++17 execution test FAIL: experimental/filesystem/path/factory/u8path.cc -std=gnu++20 execution test FAIL: experimental/filesystem/path/factory/u8path.cc -std=gnu++23 execution test FAIL: experimental/filesystem/path/factory/u8path.cc -std=gnu++26 execution test FAIL: experimental/net/internet/address/v6/members.cc -std=gnu++14 execution test FAIL: experimental/net/internet/address/v6/members.cc -std=gnu++17 execution test FAIL: experimental/net/internet/address/v6/members.cc -std=gnu++20 execution test FAIL: experimental/net/internet/address/v6/members.cc -std=gnu++23 execution test FAIL: experimental/net/internet/address/v6/members.cc -std=gnu++26 execution test FAIL: experimental/net/internet/resolver/ops/lookup.cc -std=gnu++14 execution test FAIL: experimental/net/internet/resolver/ops/lookup.cc -std=gnu++17 execution test FAIL: experimental/net/internet/resolver/ops/lookup.cc -std=gnu++20 execution test FAIL: experimental/net/internet/resolver/ops/lookup.cc -std=gnu++23 execution test FAIL: experimental/net/internet/resolver/ops/lookup.cc -std=gnu++26 execution test FAIL: ext/pb_ds/regression/hash_map_rand.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/hash_map_rand_debug.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/hash_map_rand_debug.cc -std=gnu++17 execution test FAIL: ext/pb_ds/regression/hash_map_rand_debug.cc -std=gnu++20 execution test FAIL: ext/pb_ds/regression/hash_map_rand_debug.cc -std=gnu++23 execution test FAIL: ext/pb_ds/regression/hash_map_rand_debug.cc -std=gnu++26 execution test FAIL: ext/pb_ds/regression/hash_set_rand.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/hash_set_rand.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/hash_set_rand_debug.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/hash_set_rand_debug.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/hash_set_rand_debug.cc -std=gnu++17 execution test FAIL: ext/pb_ds/regression/hash_set_rand_debug.cc -std=gnu++20 execution test FAIL: ext/pb_ds/regression/hash_set_rand_debug.cc -std=gnu++23 execution test FAIL: ext/pb_ds/regression/hash_set_rand_debug.cc -std=gnu++26 execution test FAIL: ext/pb_ds/regression/list_update_map_rand.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/list_update_map_rand_debug.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/list_update_map_rand_debug.cc -std=gnu++17 execution test FAIL: ext/pb_ds/regression/list_update_map_rand_debug.cc -std=gnu++20 execution test FAIL: ext/pb_ds/regression/list_update_map_rand_debug.cc -std=gnu++23 execution test FAIL: ext/pb_ds/regression/list_update_map_rand_debug.cc -std=gnu++26 execution test FAIL: ext/pb_ds/regression/list_update_set_rand.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/list_update_set_rand_debug.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/list_update_set_rand_debug.cc -std=gnu++17 execution test FAIL: ext/pb_ds/regression/list_update_set_rand_debug.cc -std=gnu++20 execution test FAIL: ext/pb_ds/regression/list_update_set_rand_debug.cc -std=gnu++23 execution test FAIL: ext/pb_ds/regression/list_update_set_rand_debug.cc -std=gnu++26 execution test FAIL: ext/pb_ds/regression/priority_queue_rand.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/priority_queue_rand.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/priority_queue_rand_debug.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/priority_queue_rand_debug.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/priority_queue_rand_debug.cc -std=gnu++17 execution test FAIL: ext/pb_ds/regression/priority_queue_rand_debug.cc -std=gnu++20 execution test FAIL: ext/pb_ds/regression/priority_queue_rand_debug.cc -std=gnu++23 execution test FAIL: ext/pb_ds/regression/priority_queue_rand_debug.cc -std=gnu++26 execution test FAIL: ext/pb_ds/regression/tree_map_rand.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/tree_map_rand.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/tree_map_rand_debug.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/tree_map_rand_debug.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/tree_map_rand_debug.cc -std=gnu++17 execution test FAIL: ext/pb_ds/regression/tree_map_rand_debug.cc -std=gnu++20 execution test FAIL: ext/pb_ds/regression/tree_map_rand_debug.cc -std=gnu++23 execution test FAIL: ext/pb_ds/regression/tree_map_rand_debug.cc -std=gnu++26 execution test FAIL: ext/pb_ds/regression/tree_set_rand.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/tree_set_rand.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/tree_set_rand_debug.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/tree_set_rand_debug.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/tree_set_rand_debug.cc -std=gnu++17 execution test FAIL: ext/pb_ds/regression/tree_set_rand_debug.cc -std=gnu++20 execution test FAIL: ext/pb_ds/regression/tree_set_rand_debug.cc -std=gnu++23 execution test FAIL: ext/pb_ds/regression/tree_set_rand_debug.cc -std=gnu++26 execution test FAIL: ext/pb_ds/regression/trie_map_rand.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/trie_map_rand.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/trie_map_rand_debug.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/trie_map_rand_debug.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/trie_map_rand_debug.cc -std=gnu++17 execution test FAIL: ext/pb_ds/regression/trie_map_rand_debug.cc -std=gnu++20 execution test FAIL: ext/pb_ds/regression/trie_map_rand_debug.cc -std=gnu++23 execution test FAIL: ext/pb_ds/regression/trie_map_rand_debug.cc -std=gnu++26 execution test FAIL: ext/pb_ds/regression/trie_set_rand.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/trie_set_rand.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/trie_set_rand_debug.cc -std=gnu++11 execution test FAIL: ext/pb_ds/regression/trie_set_rand_debug.cc -std=gnu++14 execution test FAIL: ext/pb_ds/regression/trie_set_rand_debug.cc -std=gnu++17 execution test FAIL: ext/pb_ds/regression/trie_set_rand_debug.cc -std=gnu++20 execution test FAIL: ext/pb_ds/regression/trie_set_rand_debug.cc -std=gnu++23 execution test FAIL: ext/pb_ds/regression/trie_set_rand_debug.cc -std=gnu++26 execution test FAIL: std/format/functions/format.cc -std=gnu++20 execution test FAIL: std/format/functions/format.cc -std=gnu++23 execution test FAIL: std/format/functions/format.cc -std=gnu++26 execution test