diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2007-09-24 21:10:14 +0000 |
---|---|---|
committer | Roman Zippel <zippel@gcc.gnu.org> | 2007-09-24 21:10:14 +0000 |
commit | c028b28617a47266de561005bd3680ad03f9b6e9 (patch) | |
tree | 0cd3d629fe7f842f30e244a408dee7bd257e0912 | |
parent | aaca7021ce5e44c2bf54cc88ead40688ebb419c1 (diff) | |
download | gcc-c028b28617a47266de561005bd3680ad03f9b6e9.zip gcc-c028b28617a47266de561005bd3680ad03f9b6e9.tar.gz gcc-c028b28617a47266de561005bd3680ad03f9b6e9.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/loop-2f.x | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/loop-2g.x | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 944cdf8..9dfab26 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 index 0000000..334ef9c --- /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 0000000..334ef9c --- /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 |