Expext the bf64-1.c test to fail for the M*Core
From-SVN: r38999
This commit is contained in:
parent
1312c143f8
commit
04ae6c5985
@ -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.
|
||||
|
8
gcc/testsuite/gcc.c-torture/execute/bf64-1.x
Normal file
8
gcc/testsuite/gcc.c-torture/execute/bf64-1.x
Normal 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
|
Loading…
Reference in New Issue
Block a user