Remove "-x c" from dg-options in libstdc++ C++ test

* testsuite/17_intro/freestanding.cc: Remove "-x c" from dg-options.

From-SVN: r238946
This commit is contained in:
Jonathan Wakely 2016-08-01 13:18:23 +01:00 committed by Jonathan Wakely
parent a02a61eeaa
commit 7481147265
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2016-08-01 Jonathan Wakely <jwakely@redhat.com>
* testsuite/17_intro/freestanding.cc: Remove "-x c" from dg-options.
* testsuite/20_util/tuple/cons/66338.cc: Limit test to C++11 and
later.
* testsuite/20_util/tuple/cons/element_accepts_anything_byval.cc:

View file

@ -1,4 +1,4 @@
// { dg-options "-x c -std=gnu++11 -lsupc++ -fvtable-verify=none" }
// { dg-options "-std=gnu++11 -lsupc++ -fvtable-verify=none" }
// Copyright (C) 2010-2016 Free Software Foundation, Inc.
//