Remove "-x c" from dg-options in libstdc++ C++ test
authorJonathan Wakely <jwakely@redhat.com>
Mon, 1 Aug 2016 12:18:23 +0000 (13:18 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 1 Aug 2016 12:18:23 +0000 (13:18 +0100)
* testsuite/17_intro/freestanding.cc: Remove "-x c" from dg-options.

From-SVN: r238946

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/17_intro/freestanding.cc

index 328e96aaf3511c98d8fa0cc046b0c442c8206e77..94065d6033f50d8734f92a3810591d125d1c3d7f 100644 (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:
index d0674dd19c499280ee510cce18322031b5969efe..98e1d6c67d3d7c3b62a05438e7b9e93fac869f2d 100644 (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.
 //