Commit 4d16871b by Jonathan Wakely Committed by Jonathan Wakely

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
parent e3509835
2016-08-01 Jonathan Wakely <jwakely@redhat.com> 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 * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Remove
linker options from compile-only tests. linker options from compile-only tests.
* testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc:
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
// with this library; see the file COPYING3. If not see // with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
// { dg-options "-std=gnu++03" } // { dg-options "-std=gnu++98" }
#include <vector> #include <vector>
#include <stdexcept> #include <stdexcept>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment