]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/round.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / round.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/round.c b/gcc/testsuite/gcc.c-torture/unsorted/round.c
deleted file mode 100644 (file)
index 5233e65..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-foo (a)
-     double a;
-{
-  printf ("%d\n", (int) a);
-}
-
-main ()
-{
-  foo (1.6);
-  foo (1.4);
-  foo (-1.4);
-  foo (-1.6);
-}