From: Jonathan Wakely Date: Mon, 1 Aug 2016 12:17:54 +0000 (+0100) Subject: Use -std=gnu++98 instead of -std=gnu++03 in test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d16871b22f2fbcb79281f00c4c1ec9b71500ea1;p=gcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d46c34ac7b0..25040fc28c1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-08-01 Jonathan Wakely + * 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: diff --git a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc index 179e7471707..e2196444cf3 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc @@ -15,7 +15,7 @@ // with this library; see the file COPYING3. If not see // . -// { dg-options "-std=gnu++03" } +// { dg-options "-std=gnu++98" } #include #include