]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/961203-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 961203-1.c
diff --git a/gcc/testsuite/gcc.c-torture/compile/961203-1.c b/gcc/testsuite/gcc.c-torture/compile/961203-1.c
deleted file mode 100644 (file)
index 0f066ac..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-struct s {
-  char a[0x32100000];
-  int x:30, y:30;
-};
-
-int
-main ()
-{
-  struct s* p;
-
-  p = (struct s*) 0;
-  if (p->x == p->y)
-    exit (1);
-}