darwin assembler does not support .type

From-SVN: r159700
This commit is contained in:
Iain Sandoe 2010-05-22 17:34:46 +00:00
parent 9f90e80a18
commit 09c58f303c
2 changed files with 6 additions and 0 deletions

View 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

View 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) { }