mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-01 15:54:17 +08:00
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:
parent
e3cc358167
commit
8735550f7f
@ -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.
|
||||
|
7
gcc/testsuite/gcc.c-torture/execute/va-arg-15.x
Normal file
7
gcc/testsuite/gcc.c-torture/execute/va-arg-15.x
Normal 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
|
7
gcc/testsuite/gcc.c-torture/execute/va-arg-16.x
Normal file
7
gcc/testsuite/gcc.c-torture/execute/va-arg-16.x
Normal 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
|
7
gcc/testsuite/gcc.c-torture/execute/va-arg-17.x
Normal file
7
gcc/testsuite/gcc.c-torture/execute/va-arg-17.x
Normal 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
|
Loading…
Reference in New Issue
Block a user