From: mrs Date: Thu, 27 May 2010 15:19:55 +0000 (+0000) Subject: 2010-05-27 Jack Howarth X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fb4805f8c940ba8021939f54865f4def2f62336;p=thirdparty%2Fgcc.git 2010-05-27 Jack Howarth * g++.dg/lto/20100302_0.C: Skip on darwin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159924 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e9d2a9ac39ae..b1faf5e54d48 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-05-27 Jack Howarth + + * g++.dg/lto/20100302_0.C: Skip on darwin. + 2010-05-27 Richard Guenther PR tree-optimization/44284 diff --git a/gcc/testsuite/g++.dg/lto/20100302_0.C b/gcc/testsuite/g++.dg/lto/20100302_0.C index 13d4373aea3d..0551e6ebcabf 100644 --- a/gcc/testsuite/g++.dg/lto/20100302_0.C +++ b/gcc/testsuite/g++.dg/lto/20100302_0.C @@ -1,5 +1,5 @@ // Test for ABI forward-compatibility aliases with LTO. -// { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } { "*" } { "" } } +// { dg-skip-if "" { { ! { i?86-*-* x86_64-*-* } } || { *-*-darwin* } } { "*" } { "" } } // { dg-lto-options {"-flto -fabi-version=2"} } #include "20100302.h"