Commit 164ea65a by Eric Christopher Committed by Eric Christopher

pr25993.c: Skip for darwin.

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

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

From-SVN: r117713
parent 42d3177f
2006-10-13 Eric Christopher <echristo@apple.com> 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. * gcc.dg/visibility-11.c: Skip for darwin.
2006-10-13 Eric Christopher <echristo@apple.com> 2006-10-13 Eric Christopher <echristo@apple.com>
/* { dg-do assemble { target i?86-*-* x86_64-*-* } } */ /* { dg-do assemble { target i?86-*-* x86_64-*-* } } */
/* { dg-skip-if "" { "*-*-darwin*" } { "*" } { "" } } */
/* { dg-options "-std=c99 -x assembler-with-cpp" } */ /* { dg-options "-std=c99 -x assembler-with-cpp" } */
#ifndef __ASSEMBLER__ #ifndef __ASSEMBLER__
...@@ -11,4 +12,3 @@ func: ...@@ -11,4 +12,3 @@ func:
ret ret
.size func,.-func .size func,.-func
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment