]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/20030110-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030110-1.c
diff --git a/gcc/testsuite/gcc.c-torture/compile/20030110-1.c b/gcc/testsuite/gcc.c-torture/compile/20030110-1.c
deleted file mode 100644 (file)
index 1cbbaea..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-extern char bpp;
-
-void foo()
-{
-  if (bpp == 32)
-    {
-      if (2 < 8)
-       {
-         do
-           {
-             while (inb(0x9ae8) & (0x0100 >> (2 +1)));
-           }
-         while(0);
-       }
-      else
-       {
-         do
-           {
-             while (inb(0x9ae8) & (0x0100 >> (2)));
-           }
-         while(0);
-       }
-    }
-  else
-    do
-      { 
-       while (inb(0x9ae8) & (0x0100 >> (1)));
-      }
-    while(0);
-  if (8 < 8)
-    {
-      do
-       {
-         while (inb(0x9ae8) & (0x0100 >> (8 +1)));
-       }
-      while(0);
-    }
-}
-