diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/execute/loop-2g.x')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/loop-2g.x | 5 |
1 files changed, 5 insertions, 0 deletions
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 000000000..334ef9cfe --- /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 |