PR testsuite/21969
* gcc.dg/torture/pr21817.c: Use -fno-common for hppa*-*-* targets.
From-SVN: r101426
+2005-06-29 Steve Ellcey <sje@cup.hp.com>
+
+ PR testsuite/21969
+ * gcc.dg/torture/pr21817.c: Use -fno-common for hppa*-*-* targets.
+
2005-06-29 Steve Ellcey <sje@cup.hp.com>
PR middle-end/21969
+/* hppa*-*-hpux* needs -fno-common so that value can be given a 16
+ byte alignment. */
+
/* { dg-do compile } */
+/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
typedef float v4sf __attribute__((vector_size(16)));
v4sf value;