Only run g++.dg/opt/life1.C on Linux.
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 15 Aug 2011 22:04:04 +0000 (22:04 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 15 Aug 2011 22:04:04 +0000 (15:04 -0700)
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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/life1.C

index ed36c9f284df705653f22df9b67197c46f96f680..54053b99af8bbec31bce5d9a156247e14cd941f5 100644 (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.
index 42fd7444693069ef1a09596f10c9733fe0d1f493..dd840f9abec1afea8b8c324e9c2f7b92a3cf42e1 100644 (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" }