Commit acd064a3 by David Edelsohn Committed by David Edelsohn

* gcc.dg/guality/guality.exp: Skip on AIX.

From-SVN: r201266
parent a882c99f
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
* gcc.target/powerpc/ppc-vector-memcpy.c: Test use of VMX for * gcc.target/powerpc/ppc-vector-memcpy.c: Test use of VMX for
memcpy not initializers. memcpy not initializers.
* gcc.dg/guality/guality.exp: Skip on AIX.
2013-07-26 Paolo Carlini <paolo.carlini@oracle.com> 2013-07-26 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/57101 PR c++/57101
......
...@@ -8,6 +8,11 @@ if { [istarget *-*-darwin*] } { ...@@ -8,6 +8,11 @@ if { [istarget *-*-darwin*] } {
return return
} }
if { [istarget "powerpc-ibm-aix*"] } {
set torture_execute_xfail "powerpc-ibm-aix*"
return
}
proc check_guality {args} { proc check_guality {args} {
set result [eval check_compile guality_check executable $args "-g -O0"] set result [eval check_compile guality_check executable $args "-g -O0"]
set lines [lindex $result 0] set lines [lindex $result 0]
......
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