* gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Jun 2004 12:46:33 +0000 (12:46 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Jun 2004 12:46:33 +0000 (12:46 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83411 138bc75d-0d04-0410-961f-82ee72b054a4

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 3cee377..78829eb 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 180d58a..c77ba33 100644 (file)
@@ -26,4 +26,7 @@ struct_complex_1_x ()
   bar (st2);
   return 0;
 }
+#else
+int dummy_x;
 #endif
+
index 0f0c3f3..9ff450f 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 0a6f886..06a4ef5 100644 (file)
@@ -23,4 +23,7 @@ union_m128_1_x ()
   foo(un);
   foo(st);
 }
+#else
+int dummy_x;
 #endif
+
index 153ed7d..2b6eb0a 100644 (file)
@@ -26,4 +26,7 @@ foo (SS_struct_mi128 st)
       || x.u [1] != 0xfedcba9876543210LL)
     abort ();
 }
+#else
+int dummy_y;
 #endif
+