Commit 44491ebd by Jack Howarth Committed by Mike Stump

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
parent 88302d54
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> 2010-05-27 Richard Guenther <rguenther@suse.de>
PR tree-optimization/44284 PR tree-optimization/44284
......
// Test for ABI forward-compatibility aliases with LTO. // 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"} } // { dg-lto-options {"-flto -fabi-version=2"} }
#include "20100302.h" #include "20100302.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment