]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/addcc.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / addcc.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/addcc.c b/gcc/testsuite/gcc.c-torture/unsorted/addcc.c
deleted file mode 100644 (file)
index cf52307..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-foo (p, a, b)
-     int *p;
-     int a;
-     int b;
-{
-
-  a += p[0];
-  b += p[1];
-  if (a == 0)
-    return b;
-  return a;
-}
-
-
-bar (a)
-{
-  return -a > 0 ? 1 : 2;
-}