pr25993.c: Skip for darwin.

2006-10-13  Eric Christopher  <echristo@apple.com>

        * gcc.dg/pr25993.c: Skip for darwin.

From-SVN: r117713
This commit is contained in:
Eric Christopher 2006-10-13 21:42:36 +00:00 committed by Eric Christopher
parent 42d3177fa0
commit 164ea65a27
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-10-13 Eric Christopher <echristo@apple.com>
* gcc.dg/pr25993.c: Skip for darwin.
2006-10-13 Eric Christopher <echristo@apple.com>
* gcc.dg/visibility-11.c: Skip for darwin.

View File

@ -1,4 +1,5 @@
/* { dg-do assemble { target i?86-*-* x86_64-*-* } } */
/* { dg-skip-if "" { "*-*-darwin*" } { "*" } { "" } } */
/* { dg-options "-std=c99 -x assembler-with-cpp" } */
#ifndef __ASSEMBLER__
@ -11,4 +12,3 @@ func:
ret
.size func,.-func
#endif