From: Jonathan Wakely Date: Mon, 1 Aug 2016 12:18:23 +0000 (+0100) Subject: Remove "-x c" from dg-options in libstdc++ C++ test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7481147265a13c906467edec41927b3f106fe558;p=gcc.git Remove "-x c" from dg-options in libstdc++ C++ test * testsuite/17_intro/freestanding.cc: Remove "-x c" from dg-options. From-SVN: r238946 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 328e96aaf35..94065d6033f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2016-08-01 Jonathan Wakely + * 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: diff --git a/libstdc++-v3/testsuite/17_intro/freestanding.cc b/libstdc++-v3/testsuite/17_intro/freestanding.cc index d0674dd19c4..98e1d6c67d3 100644 --- a/libstdc++-v3/testsuite/17_intro/freestanding.cc +++ b/libstdc++-v3/testsuite/17_intro/freestanding.cc @@ -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. //