]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/unsorted/loadhicc.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / loadhicc.c
diff --git a/gcc/testsuite/gcc.c-torture/unsorted/loadhicc.c b/gcc/testsuite/gcc.c-torture/unsorted/loadhicc.c
deleted file mode 100644 (file)
index a754089..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-typedef int xtype;
-
-foo (p, pc)
-     xtype *p;
-     char *pc;
-{
-  xtype a;
-  unsigned b = 0;
-
-  a = *p;
-  p[1] = a;
-  if ((unsigned) p[1] > 0)
-    return 1;
-  return a;
-}