920715-1.x: No longer expected to fail on the mn10200.
* gcc.c-torture/execute/920715-1.x: No longer expected to fail on the mn10200. * gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on the mn10200. * gcc.c-torture/execute/va-arg-3.x: Similarly. Minor testsuite cleanups. From-SVN: r21113
This commit is contained in:
parent
74c55ab0bb
commit
bb121ccecb
@ -1,3 +1,11 @@
|
||||
Mon Jul 13 22:26:37 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gcc.c-torture/execute/920715-1.x: No longer expected to fail on
|
||||
the mn10200.
|
||||
* gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
|
||||
the mn10200.
|
||||
* gcc.c-torture/execute/va-arg-3.x: Similarly.
|
||||
|
||||
1998-07-13 Dave Love <d.love@dl.ac.uk>
|
||||
|
||||
* g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
|
||||
|
@ -1,9 +1,8 @@
|
||||
# This doesn't work on h8300s
|
||||
# It also doesn't work on d10v if doubles are not 64 bits
|
||||
|
||||
if { [istarget "h8300*-*-*"] || [istarget "mn10200*-*-*"] } {
|
||||
if { [istarget "h8300*-*-*"] } {
|
||||
set torture_execute_xfail "h8300*-*-*"
|
||||
set torture_execute_xfail "mn10200*-*-*"
|
||||
}
|
||||
|
||||
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
|
||||
|
7
gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x
Normal file
7
gcc/testsuite/gcc.c-torture/execute/strct-varg-1.x
Normal file
@ -0,0 +1,7 @@
|
||||
# This doesn't work on mn10200
|
||||
|
||||
if { [istarget "mn10200*-*-*"] } {
|
||||
set torture_execute_xfail "mn10200*-*-*"
|
||||
}
|
||||
|
||||
return 0
|
7
gcc/testsuite/gcc.c-torture/execute/va-arg-3.x
Normal file
7
gcc/testsuite/gcc.c-torture/execute/va-arg-3.x
Normal file
@ -0,0 +1,7 @@
|
||||
# This doesn't work on mn10200
|
||||
|
||||
if { [istarget "mn10200*-*-*"] } {
|
||||
set torture_execute_xfail "mn10200*-*-*"
|
||||
}
|
||||
|
||||
return 0
|
Loading…
Reference in New Issue
Block a user