mirror of git://gcc.gnu.org/git/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
This commit is contained in:
parent
a02a61eeaa
commit
7481147265
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue