From: Iain Sandoe Date: Sat, 22 May 2010 17:34:46 +0000 (+0000) Subject: darwin assembler does not support .type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09c58f303c581409342f0dfe304192216fe1830b;p=gcc.git darwin assembler does not support .type From-SVN: r159700 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index faea1c4fe93..70f6272d02b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-05-22 Iain Sandoe + + PR lto/44238 + * gcc.dg/lto/20090914-2_0.c: XFAIL *-*-darwin*. + 2010-05-22 Janus Weil PR fortran/44213 diff --git a/gcc/testsuite/gcc.dg/lto/20090914-2_0.c b/gcc/testsuite/gcc.dg/lto/20090914-2_0.c index 906b3c44196..d0510d609b5 100644 --- a/gcc/testsuite/gcc.dg/lto/20090914-2_0.c +++ b/gcc/testsuite/gcc.dg/lto/20090914-2_0.c @@ -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) { }