mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-16 08:43:48 +08:00
Use -std=gnu++98 instead of -std=gnu++03 in test
* testsuite/20_util/specialized_algorithms/uninitialized_copy/ 808590.cc: Use -std=gnu++98 instead of -std=gnu++03. From-SVN: r238941
This commit is contained in:
parent
e350983522
commit
4d16871b22
@ -1,5 +1,8 @@
|
||||
2016-08-01 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* testsuite/20_util/specialized_algorithms/uninitialized_copy/
|
||||
808590.cc: Use -std=gnu++98 instead of -std=gnu++03.
|
||||
|
||||
* testsuite/20_util/make_signed/requirements/typedefs-2.cc: Remove
|
||||
linker options from compile-only tests.
|
||||
* testsuite/20_util/make_unsigned/requirements/typedefs-2.cc:
|
||||
|
@ -15,7 +15,7 @@
|
||||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-options "-std=gnu++03" }
|
||||
// { dg-options "-std=gnu++98" }
|
||||
|
||||
#include <vector>
|
||||
#include <stdexcept>
|
||||
|
Loading…
Reference in New Issue
Block a user