summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/visibility-11.c
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-13 21:41:48 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-13 21:41:48 +0000
commitad731bd5e18554ef800899b65341acfb0d493402 (patch)
tree4b1ba618d84df0e970718723a225beacfbdf59ad /gcc/testsuite/gcc.dg/visibility-11.c
parent1d0a2f45c7165e5ae998d22bfb005c136668855c (diff)
downloadgcc-ad731bd5e18554ef800899b65341acfb0d493402.tar.gz
2006-10-13 Eric Christopher <echristo@apple.com>
* gcc.dg/visibility-11.c: Skip for darwin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117712 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/visibility-11.c')
-rw-r--r--gcc/testsuite/gcc.dg/visibility-11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/visibility-11.c b/gcc/testsuite/gcc.dg/visibility-11.c
index 41aeed87801..474f2a9c353 100644
--- a/gcc/testsuite/gcc.dg/visibility-11.c
+++ b/gcc/testsuite/gcc.dg/visibility-11.c
@@ -3,6 +3,7 @@
hidden visibility from the first push, so the call didn't use the PLT. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
+/* { dg-skip-if "" { *-*-darwin* } { "*" } { "" } } */
/* { dg-require-visibility "" } */
/* { dg-options "-Os -fpic" } */
/* { dg-final { scan-assembler "memcpy@PLT" } } */