]> gcc.gnu.org Git - gcc.git/commitdiff
* lib/dg-pch.exp (dg-flags-pch): Skip on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 19 Jul 2013 14:32:26 +0000 (14:32 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 19 Jul 2013 14:32:26 +0000 (10:32 -0400)
From-SVN: r201059

gcc/testsuite/ChangeLog
gcc/testsuite/lib/dg-pch.exp

index f8994a86b59c81f11ac6205fc987adbd97432cc8..8d9a4cd5e030733d2969c81692b5b3c0298bbdd8 100644 (file)
@@ -4,6 +4,8 @@
        * gfortran.dg/nint_2.f90: Correct AIX target name to skip.
        * gfortran.dg/guality/guality.exp: Skip on AIX.
 
+       * lib/dg-pch.exp (dg-flags-pch): Skip on AIX.
+
 2013-07-19  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/57516
index 1b3591a7506a142447e79ea511def68f4fd2672e..d82c6690f476387fe4e31cd60d1ce1cfaeef15e6 100644 (file)
@@ -64,6 +64,12 @@ proc dg-flags-pch { subdir test otherflags options suffix } {
     if ![runtest_file_p $runtests $test] {
        return
     }
+
+    if { [istarget "powerpc-ibm-aix*"] } {
+       set torture_execute_xfail "powerpc-ibm-aix*"
+       return
+    }
+
     set nshort "$subdir/[file tail $test]"
     set bname "[file rootname [file tail $nshort]]"
 
This page took 0.084271 seconds and 5 git commands to generate.