980628-4.x, [...]: New, xfail cross-endian tests.
* g77.f-torture/execute/980628-4.x, g77.f-torture/execute/980628-5.x, g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x, g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x, g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests. From-SVN: r52046
This commit is contained in:
parent
adb563c471
commit
a19caa8896
8 changed files with 78 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* g77.f-torture/execute/980628-4.x,
|
||||
g77.f-torture/execute/980628-5.x,
|
||||
g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
|
||||
g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
|
||||
g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
|
||||
|
||||
2002-04-07 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||
|
||||
PR optimization/6086
|
||||
|
|
10
gcc/testsuite/g77.f-torture/compile/alpha1.x
Normal file
10
gcc/testsuite/g77.f-torture/compile/alpha1.x
Normal file
|
@ -0,0 +1,10 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
10
gcc/testsuite/g77.f-torture/execute/980628-4.x
Normal file
10
gcc/testsuite/g77.f-torture/execute/980628-4.x
Normal file
|
@ -0,0 +1,10 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
10
gcc/testsuite/g77.f-torture/execute/980628-5.x
Normal file
10
gcc/testsuite/g77.f-torture/execute/980628-5.x
Normal file
|
@ -0,0 +1,10 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
10
gcc/testsuite/g77.f-torture/execute/980628-6.x
Normal file
10
gcc/testsuite/g77.f-torture/execute/980628-6.x
Normal file
|
@ -0,0 +1,10 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
10
gcc/testsuite/g77.f-torture/execute/alpha2.x
Normal file
10
gcc/testsuite/g77.f-torture/execute/alpha2.x
Normal file
|
@ -0,0 +1,10 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
10
gcc/testsuite/g77.f-torture/execute/auto0.x
Normal file
10
gcc/testsuite/g77.f-torture/execute/auto0.x
Normal file
|
@ -0,0 +1,10 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
10
gcc/testsuite/g77.f-torture/execute/auto1.x
Normal file
10
gcc/testsuite/g77.f-torture/execute/auto1.x
Normal file
|
@ -0,0 +1,10 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
Loading…
Add table
Reference in a new issue