Only run g++.dg/opt/life1.C on Linux.

2011-08-15  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/50085
	* g++.dg/opt/life1.C: Only run on Linux.

From-SVN: r177772
This commit is contained in:
H.J. Lu 2011-08-15 22:04:04 +00:00 committed by H.J. Lu
parent bd12cd5f76
commit 1a9f1ff2ef
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-08-15 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/50085
* g++.dg/opt/life1.C: Only run on Linux.
2011-08-15 Tobias Burnus <burnus@net-b.de>
* gfortran.dg/coarray_26.f90: New.

View File

@ -1,6 +1,6 @@
// This testcase did not set up the pic register on IA-32 due
// to bug in calculate_global_regs_live EH edge handling.
// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }
// { dg-do compile { target { { i?86-*-linux* x86_64-*-linux* } && ia32 } } }
// { dg-require-effective-target fpic }
// { dg-options "-O2 -fPIC" }