------- Comment #6 from rguenth at gcc dot gnu dot org 2010-05-22 16:08 ------- (In reply to comment #5) > (In reply to comment #4) > > Just amend the existing dg-skip to also skip darwin. > > two different reasons.. is this better?
If it works for you sure. > 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