[Bug lto/44238] FAIL: gcc.dg/lto/20090914-2 c_lto_20090914-2_0.o assemble, -O0 -fwhopr
iains at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat May 22 14:16:00 GMT 2010
------- Comment #5 from iains at gcc dot gnu dot org 2010-05-22 14:16 -------
(In reply to comment #4)
> Just amend the existing dg-skip to also skip darwin.
two different reasons.. is this better?
Index: gcc/testsuite/gcc.dg/lto/20090914-2_0.c
===================================================================
--- gcc/testsuite/gcc.dg/lto/20090914-2_0.c (revision 159693)
+++ gcc/testsuite/gcc.dg/lto/20090914-2_0.c (working copy)
@@ -1,5 +1,6 @@
/* { dg-lto-do run } */
/* { dg-skip-if "x86 only" { ! { x86_64-*-* i?86-*-* } } { "*" } { "" } } */
+/* { dg-skip-if "no .type" { *-*-darwin* } { "*" } { "" } } */
/* Doesn't work without this dummy function with -fwhopr. */
int foo(void) { }
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44238
More information about the Gcc-bugs
mailing list