Commit 8c775844 by David Edelsohn Committed by David Edelsohn

* lib/dg-pch.exp (dg-flags-pch): Skip on AIX.

From-SVN: r201059
parent ba981e00
......@@ -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
......
......@@ -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]]"
......
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