visibility-11.c: Skip for darwin.
authorEric Christopher <echristo@apple.com>
Fri, 13 Oct 2006 21:41:48 +0000 (21:41 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Fri, 13 Oct 2006 21:41:48 +0000 (21:41 +0000)
2006-10-13  Eric Christopher  <echristo@apple.com>

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

From-SVN: r117712

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/visibility-11.c

index ef7a40563974a31841da92c3d06c9361ac1a7221..71dab49b9890c3a20d619d1703a73c35d7cf7d2e 100644 (file)
@@ -1,3 +1,7 @@
+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
index 41aeed878013d9ab8cadf1e84ca66868142a324f..474f2a9c3533cb229b2288937d4ec1924c34321e 100644 (file)
@@ -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" } } */