2280fbfa46
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
|
||
---|---|---|
.. | ||
headers | ||
badnames.cc | ||
freestanding.cc | ||
names.cc | ||
shared_with_static_deps.cc | ||
static.cc | ||
tag_type_explicit_ctor.cc | ||
using_namespace_std_exp_neg.cc | ||
using_namespace_std_tr1_neg.cc | ||
using_namespace_std.cc |