Expext the bf64-1.c test to fail for the M*Core

From-SVN: r38999
This commit is contained in:
Nick Clifton 2001-01-14 00:28:08 +00:00 committed by Nick Clifton
parent 1312c143f8
commit 04ae6c5985
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-01-13 Nick Clifton <nickc@redhat.com>
* gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
target.
2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.c-torture/compile/20010113-1.c: New test.

View File

@ -0,0 +1,8 @@
# The MCore ABI specifies that bitfields may not exceed 32 bits.
# Hence this tes will fail.
if { [istarget "mcore-*-*"] } {
set torture_execute_xfail "mcore-*-*"
}
return 0