aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-08-01 13:17:54 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2016-08-01 13:17:54 +0100
commit4d16871b22f2fbcb79281f00c4c1ec9b71500ea1 (patch)
treead30c4833fdeebabd77d30c72041b471274a2068
parente3509835229656a38247d1dbc8151f57d60717df (diff)
downloadgcc-4d16871b22f2fbcb79281f00c4c1ec9b71500ea1.zip
gcc-4d16871b22f2fbcb79281f00c4c1ec9b71500ea1.tar.gz
gcc-4d16871b22f2fbcb79281f00c4c1ec9b71500ea1.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog3
-rw-r--r--libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc2
2 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d46c34a..25040fc 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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:
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 179e747..e219644 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
// <http://www.gnu.org/licenses/>.
-// { dg-options "-std=gnu++03" }
+// { dg-options "-std=gnu++98" }
#include <vector>
#include <stdexcept>