OSDN Git Service

2006-10-13 Eric Christopher <echristo@apple.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Oct 2006 21:41:48 +0000 (21:41 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Oct 2006 21:41:48 +0000 (21:41 +0000)
        * 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

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

index ef7a405..71dab49 100644 (file)
@@ -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.
index 41aeed8..474f2a9 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" } } */