From: Roman Zippel Date: Mon, 24 Sep 2007 21:10:14 +0000 (+0000) Subject: loop-2f.x: New. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c028b28617a47266de561005bd3680ad03f9b6e9;p=gcc.git 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 --- 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