OSDN Git Service

* gcc.c-torture/execute/loop-2f.x: New. Disable test for m68k-linux.
authorzippel <zippel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Sep 2007 21:10:14 +0000 (21:10 +0000)
committerzippel <zippel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Sep 2007 21:10:14 +0000 (21:10 +0000)
* gcc.c-torture/execute/loop-2g.x: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128731 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/loop-2f.x [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/execute/loop-2g.x [new file with mode: 0644]

index 944cdf8..9dfab26 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-24  Roman Zippel <zippel@linux-m68k.org>
+
+       * gcc.c-torture/execute/loop-2f.x: New. Disable test for m68k-linux.
+       * gcc.c-torture/execute/loop-2g.x: Likewise.
+
 2007-09-24  Richard Sandiford  <rsandifo@nildram.co.uk>
 
        * lib/target-supports.exp (check_effective_target_mips16_attribute):
diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2f.x b/gcc/testsuite/gcc.c-torture/execute/loop-2f.x
new file mode 100644 (file)
index 0000000..334ef9c
--- /dev/null
@@ -0,0 +1,5 @@
+if [istarget "m68k-*-linux*"] {
+    # the executable is at the same position the test tries to remap
+    return 1
+}
+return 0
diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2g.x b/gcc/testsuite/gcc.c-torture/execute/loop-2g.x
new file mode 100644 (file)
index 0000000..334ef9c
--- /dev/null
@@ -0,0 +1,5 @@
+if [istarget "m68k-*-linux*"] {
+    # the executable is at the same position the test tries to remap
+    return 1
+}
+return 0