From 7481147265a13c906467edec41927b3f106fe558 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 1 Aug 2016 13:18:23 +0100 Subject: [PATCH] Remove "-x c" from dg-options in libstdc++ C++ test * testsuite/17_intro/freestanding.cc: Remove "-x c" from dg-options. From-SVN: r238946 --- libstdc++-v3/ChangeLog | 2 ++ libstdc++-v3/testsuite/17_intro/freestanding.cc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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. // -- 2.30.2