darwin assembler does not support .type
authorIain Sandoe <iains@gcc.gnu.org>
Sat, 22 May 2010 17:34:46 +0000 (17:34 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sat, 22 May 2010 17:34:46 +0000 (17:34 +0000)
From-SVN: r159700

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/20090914-2_0.c

index faea1c4fe93e76f00120e4e5cd08498c7eff0667..70f6272d02bb28c59b424d93ac1ba01ed9d9e607 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-22  Iain Sandoe  <iains@gcc.gnu.org>
+
+       PR lto/44238
+       * gcc.dg/lto/20090914-2_0.c: XFAIL *-*-darwin*.
+
 2010-05-22  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/44213
index 906b3c44196caf68c0fc30fd7279909394181e70..d0510d609b5b78c0efb27e6c78de7244532f728c 100644 (file)
@@ -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) { }