mirror of git://gcc.gnu.org/git/gcc.git
Remove linker options from compile-only tests
* testsuite/20_util/make_signed/requirements/typedefs-2.cc: Remove linker options from compile-only tests. * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Likewise. From-SVN: r238940
This commit is contained in:
parent
9b46e4d6dd
commit
e350983522
|
|
@ -1,5 +1,10 @@
|
|||
2016-08-01 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* testsuite/20_util/make_signed/requirements/typedefs-2.cc: Remove
|
||||
linker options from compile-only tests.
|
||||
* testsuite/20_util/make_unsigned/requirements/typedefs-2.cc:
|
||||
Likewise.
|
||||
|
||||
* testsuite/27_io/ios_base/types/fmtflags/case_label.cc: Make test
|
||||
supported for C++11 and later.
|
||||
* testsuite/27_io/ios_base/types/iostate/case_label.cc: Likewise.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
// { dg-options "-std=gnu++11 -funsigned-char -fshort-enums" }
|
||||
// { dg-options "-std=gnu++11 -funsigned-char -fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux-* } }
|
||||
// { dg-do compile }
|
||||
|
||||
// 2007-05-03 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
// { dg-options "-std=gnu++11 -funsigned-char -fshort-enums" }
|
||||
// { dg-options "-std=gnu++11 -funsigned-char -fshort-enums -Wl,--no-enum-size-warning" { target arm*-*-linux-* } }
|
||||
// { dg-do compile }
|
||||
|
||||
// 2007-05-03 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
|
|
|||
Loading…
Reference in New Issue