Expext the bf64-1.c test to fail for the M*Core
authorNick Clifton <nickc@redhat.com>
Sun, 14 Jan 2001 00:28:08 +0000 (00:28 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Sun, 14 Jan 2001 00:28:08 +0000 (00:28 +0000)
From-SVN: r38999

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/bf64-1.x [new file with mode: 0644]

index edc4d7d142f4f3d3b5d72c9dc3f830984eba400a..e5a680013333b6b8b3bbe98f4c726f2c62aa6625 100644 (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.
diff --git a/gcc/testsuite/gcc.c-torture/execute/bf64-1.x b/gcc/testsuite/gcc.c-torture/execute/bf64-1.x
new file mode 100644 (file)
index 0000000..f3069f2
--- /dev/null
@@ -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