diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/unsorted/xlop.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/unsorted/xlop.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/xlop.c b/gcc/testsuite/gcc.c-torture/unsorted/xlop.c deleted file mode 100755 index 6506bfd..0000000 --- a/gcc/testsuite/gcc.c-torture/unsorted/xlop.c +++ /dev/null @@ -1,11 +0,0 @@ -foo (a) -{ - int b; - do - { - b = bar (); - a = b - 10; - } - while (a > 10); - return a; -} |