PR testsuite/33153
* gcc.dg/pr32912-1.c: Add -fno-common to options on hppa*-*-hpux*.
* gcc.dg/pr32912-2.c: Delete declaration of a, b, c, d, e and f.
From-SVN: r128456
+2007-09-12 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
+
+ PR testsuite/33153
+ * gcc.dg/pr32912-1.c: Add -fno-common to options on hppa*-*-hpux*.
+ * gcc.dg/pr32912-2.c: Delete declaration of a, b, c, d, e and f.
+
2007-09-12 Richard Guenther <rguenther@suse.de>
PR middle-end/33382
/* PR middle-end/32912 */
/* { dg-do run } */
/* { dg-options "-O2 -w" } */
+/* { dg-options "-O2 -w -fno-common" { target hppa*-*-hpux* } } */
extern void abort (void);
typedef int __m128i __attribute__ ((__vector_size__ (16)));
-__m128i a, b, c, d, e, f;
-
__m128i
foo (void)
{