]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/20010326-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010326-1.c
diff --git a/gcc/testsuite/gcc.c-torture/compile/20010326-1.c b/gcc/testsuite/gcc.c-torture/compile/20010326-1.c
deleted file mode 100644 (file)
index 43acf45..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-float d;
-int e, f;
-
-void foo (void)
-{
-  struct { float u, v; } a = {0.0, 0.0};
-  float b;
-  int c;
-
-  c = e;
-  if (c == 0)
-    c = f;
-  b = d;
-  if (a.v < b)
-    a.v = b;
-}