From: Eric Christopher Date: Fri, 13 Oct 2006 21:41:48 +0000 (+0000) Subject: visibility-11.c: Skip for darwin. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42d3177fa0e2d9dffe49bf44217b43ff45985530;p=gcc.git visibility-11.c: Skip for darwin. 2006-10-13 Eric Christopher * gcc.dg/visibility-11.c: Skip for darwin. From-SVN: r117712 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ef7a4056397..71dab49b989 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-10-13 Eric Christopher + + * gcc.dg/visibility-11.c: Skip for darwin. + 2006-10-13 Eric Christopher * gcc.dg/darwin-weakimport-1.c: Use 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" } } */