From 9804b0fb044f4678eaedaaa00b46cbb934a7d270 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 23 Mar 2015 20:51:51 +0100 Subject: [PATCH] re PR lto/65475 (ICE in odr_vtable_hasher::equal (Segmentation fault)) PR ipa/65475 * g++.dg/lto/pr65475_0.C: Use dg-lto-options instead of dg-options. * g++.dg/lto/pr65475b_0.C: Likewise. From-SVN: r221605 --- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/lto/pr65475_0.C | 3 +-- 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 d0db874f219..b612abc95fa 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2015-03-23 Jakub Jelinek + + 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 PR target/65505 diff --git a/gcc/testsuite/g++.dg/lto/pr65475_0.C b/gcc/testsuite/g++.dg/lto/pr65475_0.C index 273b932ad28..3c8665c92a6 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 c29b2e1e5cb..0e5a95c8ee9 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 {}; -- 2.30.2