Commit 475e22ba by Jeffrey Oldham Committed by Jeffrey D. Oldham

va-arg-15.x: Changed to mips*-sgi-irix6.*.

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
parent d7cac874
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.
2000-11-07 DJ Delorie <dj@redhat.com> 2000-11-07 DJ Delorie <dj@redhat.com>
* testsuite/gcc.dg/20000614-1.c: Add return so that test can pass. * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
......
# This doesn't work on MIPS Irix. # This doesn't work on MIPS Irix.
if { [istarget "mips-sgi-irix6.5"] } { if { [istarget "mips*-sgi-irix6*"] } {
set torture_execute_xfail "mips-sgi-irix6.5" set torture_execute_xfail "mips*-sgi-irix6*"
} }
return 0 return 0
# This doesn't work on MIPS Irix. # This doesn't work on MIPS Irix.
if { [istarget "mips-sgi-irix6.5"] } { if { [istarget "mips*-sgi-irix6*"] } {
set torture_execute_xfail "mips-sgi-irix6.5" set torture_execute_xfail "mips*-sgi-irix6*"
} }
return 0 return 0
# This doesn't work on MIPS Irix. # This doesn't work on MIPS Irix.
if { [istarget "mips-sgi-irix6.5"] } { if { [istarget "mips*-sgi-irix6*"] } {
set torture_execute_xfail "mips-sgi-irix6.5" set torture_execute_xfail "mips*-sgi-irix6*"
} }
return 0 return 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