diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/compile/930506-1.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/compile/930506-1.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/compile/930506-1.c b/gcc_arm/testsuite/gcc.c-torture/compile/930506-1.c deleted file mode 100755 index 8c26ea3..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/compile/930506-1.c +++ /dev/null @@ -1,12 +0,0 @@ -long long -f (a) - double a; -{ - double b; - unsigned long long v; - - b = a / 2.0; - v = (unsigned) b; - a -= (double) v; - return v; -} |