]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/c.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / c.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/c.c b/gcc/testsuite/gcc.c-torture/unsorted/c.c
deleted file mode 100644 (file)
index 384ee3e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-foo (a, b)
-     long long a, b;
-{
-  if (a & ~b)
-    return 1;
-  else
-    return 0;
-}
-
-bar (a, b)
-     long long a, b;
-{
-  if (a & ~b & ((long long) 87612378))
-    return 1;
-  else
-    return 0;
-}