diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/lto/pr65475_0.C | 3 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/lto/pr65475b_0.C | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d0db874..b612abc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2015-03-23 Jakub Jelinek <jakub@redhat.com> + + PR ipa/65475 + * g++.dg/lto/pr65475_0.C: Use dg-lto-options instead of + dg-options. + * g++.dg/lto/pr65475b_0.C: Likewise. + 2015-03-23 Oleg Endo <olegendo@gcc.gnu.org> PR target/65505 diff --git a/gcc/testsuite/g++.dg/lto/pr65475_0.C b/gcc/testsuite/g++.dg/lto/pr65475_0.C index 273b932..3c8665c 100644 --- a/gcc/testsuite/g++.dg/lto/pr65475_0.C +++ b/gcc/testsuite/g++.dg/lto/pr65475_0.C @@ -1,5 +1,5 @@ /* { dg-lto-do link } */ -/* { dg-options "-O2 -Wno-odr" } */ +/* { dg-lto-options "-O2 -Wno-odr" } */ /* { dg-extra-ld-options { -O2 -Wno-odr -r -nostdlib } } */ namespace std { class ios_base { @@ -7,4 +7,3 @@ class ios_base { class __attribute((__abi_tag__("cxx11"))) failure : A {}; } a; } - diff --git a/gcc/testsuite/g++.dg/lto/pr65475b_0.C b/gcc/testsuite/g++.dg/lto/pr65475b_0.C index c29b2e1..0e5a95c 100644 --- a/gcc/testsuite/g++.dg/lto/pr65475b_0.C +++ b/gcc/testsuite/g++.dg/lto/pr65475b_0.C @@ -1,5 +1,5 @@ /* { dg-lto-do link } */ -/* { dg-options "-O2 -Wno-odr" } */ +/* { dg-lto-options "-O2 -Wno-odr" } */ /* { dg-extra-ld-options { -O2 -Wno-odr -r -nostdlib } } */ namespace std { class exception {}; |
