Commit 42d3177f by Eric Christopher Committed by Eric Christopher

visibility-11.c: Skip for darwin.

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

        * gcc.dg/visibility-11.c: Skip for darwin.

From-SVN: r117712
parent d23b4622
2006-10-13 Eric Christopher <echristo@apple.com> 2006-10-13 Eric Christopher <echristo@apple.com>
* gcc.dg/visibility-11.c: Skip for darwin.
2006-10-13 Eric Christopher <echristo@apple.com>
* gcc.dg/darwin-weakimport-1.c: Use * gcc.dg/darwin-weakimport-1.c: Use
-fno-asynchronous-unwind-tables. -fno-asynchronous-unwind-tables.
* gcc.dg/darwin-weakimport-3.c: Ditto. * gcc.dg/darwin-weakimport-3.c: Ditto.
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
hidden visibility from the first push, so the call didn't use the PLT. */ hidden visibility from the first push, so the call didn't use the PLT. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-skip-if "" { *-*-darwin* } { "*" } { "" } } */
/* { dg-require-visibility "" } */ /* { dg-require-visibility "" } */
/* { dg-options "-Os -fpic" } */ /* { dg-options "-Os -fpic" } */
/* { dg-final { scan-assembler "memcpy@PLT" } } */ /* { dg-final { scan-assembler "memcpy@PLT" } } */
......
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