Use -std=gnu++98 instead of -std=gnu++03 in test
authorJonathan Wakely <jwakely@redhat.com>
Mon, 1 Aug 2016 12:17:54 +0000 (13:17 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 1 Aug 2016 12:17:54 +0000 (13:17 +0100)
* testsuite/20_util/specialized_algorithms/uninitialized_copy/
808590.cc: Use -std=gnu++98 instead of -std=gnu++03.

From-SVN: r238941

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc

index d46c34ac7b02829ec61ec24bf6f1063b5a6cb7bf..25040fc28c190ab57dd609812e0b029fb61fda78 100644 (file)
@@ -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:
index 179e74717076161056cc98f4e80d2a5853bcde64..e2196444cf380e78e2d273eb670528ebe2c4a461 100644 (file)
@@ -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>