diff mbox

Fix gcc.dg/lto/pr55113_0.c testsuite ICE

Message ID alpine.LSU.2.11.1403311206330.31108@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener March 31, 2014, 10:10 a.m. UTC
This fixes gcc.dg/lto/pr55113_0.c ICEing on x86_64 with -m32
(due to implicit -march=x86-64) by dg-skipping for all
x86_64 and the -m64 i?86 variants (untested, not sure what
-march default we use there - this just removes incrementally
more x86_64 multilibs.

Committed.

Richard.

2014-03-31  Richard Biener  <rguenther@suse.de>

	* gcc.dg/lto/pr55113_0.c: Skip also for 32bit multilib on x86_64.
diff mbox

Patch

Index: gcc/testsuite/gcc.dg/lto/pr55113_0.c
===================================================================
--- gcc/testsuite/gcc.dg/lto/pr55113_0.c	(revision 208954)
+++ gcc/testsuite/gcc.dg/lto/pr55113_0.c	(working copy)
@@ -1,7 +1,7 @@ 
 /* PR 55113 */
 /* { dg-lto-do link } */
 /* { dg-lto-options { { -flto -fshort-double -O0 } } }*/
-/* { dg-skip-if "PR60410" { { x86_64-*-* i?86-*-* } && lp64 } } */
+/* { dg-skip-if "PR60410" { x86_64-*-* || { i?86-*-* && lp64 } } } */
 
 int 
 main(void)