From 42d3177fa0e2d9dffe49bf44217b43ff45985530 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 13 Oct 2006 21:41:48 +0000 Subject: [PATCH] visibility-11.c: Skip for darwin. 2006-10-13 Eric Christopher * gcc.dg/visibility-11.c: Skip for darwin. From-SVN: r117712 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/visibility-11.c | 1 + 2 files changed, 5 insertions(+) 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" } } */ -- 2.30.2