------- 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

Reply via email to