mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-27 04:55:01 +08:00
45fb3d45a4
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. |
||
---|---|---|
.. | ||
c++1998 | ||
c++2011 | ||
c++2014 | ||
c++2017 | ||
c++2020 |