diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/compile/960220-1.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/compile/960220-1.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/compile/960220-1.c b/gcc_arm/testsuite/gcc.c-torture/compile/960220-1.c deleted file mode 100755 index 766a066..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/compile/960220-1.c +++ /dev/null @@ -1,6 +0,0 @@ -f () -{ - unsigned long long int a = 0, b; - while (b > a) - ; -} |