diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/visibility-11.c | 1 |
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" } } */ |
