diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/lop.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/lop.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/lop.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/lop.c deleted file mode 100755 index 7246411..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/unsorted/lop.c +++ /dev/null @@ -1,6 +0,0 @@ -lop (a) -{ - do - a--; - while (a >= -1); -} |