diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/flo.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/flo.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/flo.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/flo.c deleted file mode 100755 index 2a213b7..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/unsorted/flo.c +++ /dev/null @@ -1,7 +0,0 @@ -foo (a) - double a; -{ - double b = 0.0; - - return (a == 0); -} |