aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog7
-rw-r--r--gcc/testsuite/gcc.dg/compat/struct-complex-1_x.c3
-rw-r--r--gcc/testsuite/gcc.dg/compat/struct-complex-1_y.c3
-rw-r--r--gcc/testsuite/gcc.dg/compat/union-m128-1_x.c3
-rw-r--r--gcc/testsuite/gcc.dg/compat/union-m128-1_y.c3
5 files changed, 19 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 3cee377..78829eb 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/compat/struct-complex-1_x.c b/gcc/testsuite/gcc.dg/compat/struct-complex-1_x.c
index 180d58a..c77ba33 100644
--- a/gcc/testsuite/gcc.dg/compat/struct-complex-1_x.c
+++ b/gcc/testsuite/gcc.dg/compat/struct-complex-1_x.c
@@ -26,4 +26,7 @@ struct_complex_1_x ()
bar (st2);
return 0;
}
+#else
+int dummy_x;
#endif
+
diff --git a/gcc/testsuite/gcc.dg/compat/struct-complex-1_y.c b/gcc/testsuite/gcc.dg/compat/struct-complex-1_y.c
index 0f0c3f3..9ff450f 100644
--- a/gcc/testsuite/gcc.dg/compat/struct-complex-1_y.c
+++ b/gcc/testsuite/gcc.dg/compat/struct-complex-1_y.c
@@ -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
+
diff --git a/gcc/testsuite/gcc.dg/compat/union-m128-1_x.c b/gcc/testsuite/gcc.dg/compat/union-m128-1_x.c
index 0a6f886..06a4ef5 100644
--- a/gcc/testsuite/gcc.dg/compat/union-m128-1_x.c
+++ b/gcc/testsuite/gcc.dg/compat/union-m128-1_x.c
@@ -23,4 +23,7 @@ union_m128_1_x ()
foo(un);
foo(st);
}
+#else
+int dummy_x;
#endif
+
diff --git a/gcc/testsuite/gcc.dg/compat/union-m128-1_y.c b/gcc/testsuite/gcc.dg/compat/union-m128-1_y.c
index 153ed7d..2b6eb0a 100644
--- a/gcc/testsuite/gcc.dg/compat/union-m128-1_y.c
+++ b/gcc/testsuite/gcc.dg/compat/union-m128-1_y.c
@@ -26,4 +26,7 @@ foo (SS_struct_mi128 st)
|| x.u [1] != 0xfedcba9876543210LL)
abort ();
}
+#else
+int dummy_y;
#endif
+