Commit 9804b0fb by Jakub Jelinek Committed by Jakub Jelinek

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
parent 21f65dc8
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
......
/* { 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;
}
/* { 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 {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment