va-arg-15.x: New file.

2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>

	* gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
	mips-sgi-irix6.* because the MIPS ABI passes floating-point
	parameters in registers, and there is no way for a varargs
	function to know in which order the integer and floating-point
	parameters should be interleaved when they are placed on the
	stack.
	* gcc.c-torture/execute/va-arg-16.x: Likewise.
	* gcc.c-torture/execute/va-arg-17.x: Likewise.

From-SVN: r37300
This commit is contained in:
Jeffrey Oldham 2000-11-07 22:07:55 +00:00 committed by Jeffrey D. Oldham
parent e3cc358167
commit 8735550f7f
4 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
* gcc.c-torture/execute/va-arg-15.x: New file. Fails on
mips-sgi-irix6.* because the MIPS ABI passes floating-point
parameters in registers, and there is no way for a varargs
function to know in which order the integer and floating-point
parameters should be interleaved when they are placed on the
stack.
* gcc.c-torture/execute/va-arg-16.x: Likewise.
* gcc.c-torture/execute/va-arg-17.x: Likewise.
2000-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c-torture/execute/string-opt-2.c: New test.

View File

@ -0,0 +1,7 @@
# This doesn't work on MIPS Irix.
if { [istarget "mips-sgi-irix6.5"] } {
set torture_execute_xfail "mips-sgi-irix6.5"
}
return 0

View File

@ -0,0 +1,7 @@
# This doesn't work on MIPS Irix.
if { [istarget "mips-sgi-irix6.5"] } {
set torture_execute_xfail "mips-sgi-irix6.5"
}
return 0

View File

@ -0,0 +1,7 @@
# This doesn't work on MIPS Irix.
if { [istarget "mips-sgi-irix6.5"] } {
set torture_execute_xfail "mips-sgi-irix6.5"
}
return 0