mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-28 00:24:38 +08:00
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. * gcc.c-torture/compile/930326-1.x: Similarly. From-SVN: r21114
This commit is contained in:
parent
bb121ccecb
commit
637d5bacaf
@ -5,6 +5,7 @@ Mon Jul 13 22:26:37 1998 Jeffrey A Law (law@cygnus.com)
|
||||
* gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
|
||||
the mn10200.
|
||||
* gcc.c-torture/execute/va-arg-3.x: Similarly.
|
||||
* gcc.c-torture/compile/930326-1.x: Similarly.
|
||||
|
||||
1998-07-13 Dave Love <d.love@dl.ac.uk>
|
||||
|
||||
|
7
gcc/testsuite/gcc.c-torture/compile/930326-1.x
Normal file
7
gcc/testsuite/gcc.c-torture/compile/930326-1.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