struct-complex-1_x.c: Add dummy symbol.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 20 Jun 2004 12:46:33 +0000 (14:46 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 20 Jun 2004 12:46:33 +0000 (12:46 +0000)
* gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
* gcc.dg/compat/struct-complex-1_y.c: Likewise.
* gcc.dg/compat/union-m128-1_x.c: Likewise.
* gcc.dg/compat/union-m128-1_y.c: Likewise.

From-SVN: r83411

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/compat/struct-complex-1_x.c
gcc/testsuite/gcc.dg/compat/struct-complex-1_y.c
gcc/testsuite/gcc.dg/compat/union-m128-1_x.c
gcc/testsuite/gcc.dg/compat/union-m128-1_y.c

index 3cee3778ddf818661ea2416beb4a7f2334520874..78829ebe0d060829d970ec7bdafdcf936e02db93 100644 (file)
@@ -1,3 +1,10 @@
+2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
+       * gcc.dg/compat/struct-complex-1_y.c: Likewise.
+       * gcc.dg/compat/union-m128-1_x.c: Likewise.
+       * gcc.dg/compat/union-m128-1_y.c: Likewise.
+
 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
 
        * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
index 180d58a48e6dfd999ec1e52149b8a35ab91c950c..c77ba33580fcdd833cc78c4fc6ac2598937eb641 100644 (file)
@@ -26,4 +26,7 @@ struct_complex_1_x ()
   bar (st2);
   return 0;
 }
+#else
+int dummy_x;
 #endif
+
index 0f0c3f3f2e59a94adfc033d76e9bf65ff16c183e..9ff450f796c6d64a571fb00fa1bf35b2eedc373a 100644 (file)
@@ -18,4 +18,7 @@ foo(struct stc x)
   if (x.s1 != 1 || x.s2 != 2 || x.x.r != 2 || x.x.i != 4)
     abort ();
 }
+#else
+int dummy_y;
 #endif
+
index 0a6f8860d0999bca8cee0c00cbfd8504aa9dd9c9..06a4ef5ffdb28eb7d7e22e0b0e0abebedd41ddf9 100644 (file)
@@ -23,4 +23,7 @@ union_m128_1_x ()
   foo(un);
   foo(st);
 }
+#else
+int dummy_x;
 #endif
+
index 153ed7d74400c8960e46e898c9829aa144136171..2b6eb0a6ee88166c375e8705a85e2f1f6af61f64 100644 (file)
@@ -26,4 +26,7 @@ foo (SS_struct_mi128 st)
       || x.u [1] != 0xfedcba9876543210LL)
     abort ();
 }
+#else
+int dummy_y;
 #endif
+