475e22ba44
2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com> * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*. * gcc.c-torture/execute/va-arg-16.x: Likewise. * gcc.c-torture/execute/va-arg-17.x: Likewise. From-SVN: r37305
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
# This doesn't work on MIPS Irix.
|
|
|
|
if { [istarget "mips*-sgi-irix6*"] } {
|
|
set torture_execute_xfail "mips*-sgi-irix6*"
|
|
}
|
|
|
|
return 0
|