From 8c7758442282d9285ede08badc8ccc85b5137dcd Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 19 Jul 2013 14:32:26 +0000 Subject: [PATCH] * lib/dg-pch.exp (dg-flags-pch): Skip on AIX. From-SVN: r201059 --- gcc/testsuite/ChangeLog | 2 ++ gcc/testsuite/lib/dg-pch.exp | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f8994a86b59..8d9a4cd5e03 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 PR target/57516 diff --git a/gcc/testsuite/lib/dg-pch.exp b/gcc/testsuite/lib/dg-pch.exp index 1b3591a7506..d82c6690f47 100644 --- a/gcc/testsuite/lib/dg-pch.exp +++ b/gcc/testsuite/lib/dg-pch.exp @@ -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]]" -- 2.30.2