]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/buns.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / buns.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/buns.c b/gcc/testsuite/gcc.c-torture/unsorted/buns.c
deleted file mode 100644 (file)
index f206bfa..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-foo (a)
-{
-  int bar = 0;
-
-  return (unsigned) (a - 1) <= (unsigned) bar;
-}
-
-main ()
-{
-  if (foo (-1))
-    puts ("The largest possible unsigned <= 0 on this machine...");
-}