* testsuite/20_util/specialized_algorithms/uninitialized_copy/
808590.cc: Use -std=gnu++98 instead of -std=gnu++03.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238941
138bc75d-0d04-0410-961f-
82ee72b054a4
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:
// 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>