20100302_0.C: Skip on darwin.

2010-05-27  Jack Howarth  <howarth@bromo.med.uc.edu>

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

From-SVN: r159924
This commit is contained in:
Jack Howarth 2010-05-27 15:19:55 +00:00 committed by Mike Stump
parent 88302d548a
commit 44491ebd8f
2 changed files with 5 additions and 1 deletions

View 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

View 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"