20100302_0.C: Skip on darwin.
authorJack Howarth <howarth@bromo.med.uc.edu>
Thu, 27 May 2010 15:19:55 +0000 (15:19 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 27 May 2010 15:19:55 +0000 (15:19 +0000)
2010-05-27  Jack Howarth  <howarth@bromo.med.uc.edu>

* g++.dg/lto/20100302_0.C: Skip on darwin.

From-SVN: r159924

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lto/20100302_0.C

index e9d2a9ac39ae047fedd8ac3bb60acff8602ae0dd..b1faf5e54d48c6d896ca48c2a76602020b572e63 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-27  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       * g++.dg/lto/20100302_0.C: Skip on darwin.
+
 2010-05-27  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/44284
index 13d4373aea3d094bffed2dbe9c925024242ae3be..0551e6ebcabf711b67180f79b5456cfae96f594b 100644 (file)
@@ -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"