]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/uns_tst.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / uns_tst.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/uns_tst.c b/gcc/testsuite/gcc.c-torture/unsorted/uns_tst.c
deleted file mode 100644 (file)
index e34ffaf..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-a (c)
-     unsigned char c;
-{
-  unsigned u = c;
-  if ((int)u < 0)
-    return 1;
-  else
-    return 0;
-}
-
-b (x, y)
-     unsigned x, y;
-{
-  x /= y;
-  if ((int)x < 0)
-    return 1;
-  else
-    return 0;
-}