aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2006-10-13 21:41:48 +0000
committerEric Christopher <echristo@gcc.gnu.org>2006-10-13 21:41:48 +0000
commit42d3177fa0e2d9dffe49bf44217b43ff45985530 (patch)
tree4b1ba618d84df0e970718723a225beacfbdf59ad
parentd23b462292cd82b398bd77f97d85d83c042ed6c0 (diff)
downloadgcc-42d3177fa0e2d9dffe49bf44217b43ff45985530.zip
gcc-42d3177fa0e2d9dffe49bf44217b43ff45985530.tar.gz
gcc-42d3177fa0e2d9dffe49bf44217b43ff45985530.tar.bz2
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
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/visibility-11.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ef7a405..71dab49 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,9 @@
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
-fno-asynchronous-unwind-tables.
* gcc.dg/darwin-weakimport-3.c: Ditto.
diff --git a/gcc/testsuite/gcc.dg/visibility-11.c b/gcc/testsuite/gcc.dg/visibility-11.c
index 41aeed8..474f2a9c 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" } } */