* gcc.dg/Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
* gcc.dg/gimplefe-34.c: Likewise.
* gcc.dg/compat/pr83487-2_x.c: Use -fno-common option on hppa*-*-hpux*.
* gcc.dg/compat/pr83487-2_y.c: Likewise.
From-SVN: r269729
2019-03-16 John David Anglin <danglin@gcc.gnu.org>
+ * gcc.dg/Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
+ * gcc.dg/gimplefe-34.c: Likewise.
+ * gcc.dg/compat/pr83487-2_x.c: Use -fno-common option on hppa*-*-hpux*.
+ * gcc.dg/compat/pr83487-2_y.c: Likewise.
+
PR testsuite/84174
* gcc.dg/Wattributes-6.c: Skip warning check at line 404 on
hppa*64*-*-*.
/* PR middle-end/86453 - error: type variant differs by TYPE_PACKED in
free_lang_data since r255469
{ dg-do compile }
- { dg-options "-Wall -ftrack-macro-expansion=0" } */
+ { dg-options "-Wall -ftrack-macro-expansion=0" }
+ { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
#define A(expr) do { int a[1 - 2 * !(expr)]; (void)&a; } while (0)
+/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
#define PR83487_LARGE
#include "pr83487-1_x.c"
+/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
#define PR83487_LARGE
#include "pr83487-1_y.c"
/* { dg-do compile } */
/* { dg-options "-fgimple" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
typedef unsigned char v16qi __attribute__((vector_size(16)));
typedef unsigned char v8qi __attribute__((vector_size(8)));