gcc/libstdc++-v3/testsuite/17_intro
Jonathan Wakely 2280fbfa46 libstdc++: Add explicit -std=gnu++17 option to test
This test has no -std option so when the testsuite is run with
-std=gnu++20 or later, this test will use that. The recent addition of
no_unique_address will cause it to FAIL, because that's a reserved word
after C++17. Add an explicit option, so that this test alays uses
exactly C++17.

libstdc++-v3/ChangeLog:

	* testsuite/17_intro/headers/c++2017/all_attributes.cc: Add
	-std=gnu++17 option.

(cherry picked from commit 45fb3d45a4)
2021-06-14 14:09:07 +01:00
..
headers libstdc++: Add explicit -std=gnu++17 option to test 2021-06-14 14:09:07 +01:00
badnames.cc Update copyright years. 2021-01-04 10:26:59 +01:00
freestanding.cc Update copyright years. 2021-01-04 10:26:59 +01:00
names.cc libstdc++, testsuite, Darwin : Adjust for names used in system headers. 2021-03-15 15:42:39 +00:00
shared_with_static_deps.cc Update copyright years. 2021-01-04 10:26:59 +01:00
static.cc Update copyright years. 2021-01-04 10:26:59 +01:00
tag_type_explicit_ctor.cc Update copyright years. 2021-01-04 10:26:59 +01:00
using_namespace_std_exp_neg.cc Update copyright years. 2021-01-04 10:26:59 +01:00
using_namespace_std_tr1_neg.cc Update copyright years. 2021-01-04 10:26:59 +01:00
using_namespace_std.cc Update copyright years. 2021-01-04 10:26:59 +01:00