From c028b28617a47266de561005bd3680ad03f9b6e9 Mon Sep 17 00:00:00 2001 From: Roman Zippel Date: Mon, 24 Sep 2007 21:10:14 +0000 Subject: [PATCH] loop-2f.x: New. * gcc.c-torture/execute/loop-2f.x: New. Disable test for m68k-linux. * gcc.c-torture/execute/loop-2g.x: Likewise. From-SVN: r128731 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.c-torture/execute/loop-2f.x | 5 +++++ gcc/testsuite/gcc.c-torture/execute/loop-2g.x | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/execute/loop-2f.x create mode 100644 gcc/testsuite/gcc.c-torture/execute/loop-2g.x diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 944cdf8d032..9dfab26018f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-09-24 Roman Zippel + + * 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 * 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 index 00000000000..334ef9cfe12 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/execute/loop-2f.x @@ -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 index 00000000000..334ef9cfe12 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/execute/loop-2g.x @@ -0,0 +1,5 @@ +if [istarget "m68k-*-linux*"] { + # the executable is at the same position the test tries to remap + return 1 +} +return 0 -- 2.30.2