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:
Jonathan Wakely 2016-08-01 13:17:54 +01:00 committed by Jonathan Wakely
parent e350983522
commit 4d16871b22
2 changed files with 4 additions and 1 deletions

View 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:

View 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>