Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.

* 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
This commit is contained in:
John David Anglin 2019-03-16 17:08:43 +00:00
parent cdff635634
commit 38ea73a8c1
5 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,10 @@
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*-*-*.

View File

@ -1,7 +1,8 @@
/* 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)

View File

@ -1,2 +1,3 @@
/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
#define PR83487_LARGE
#include "pr83487-1_x.c"

View File

@ -1,2 +1,3 @@
/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
#define PR83487_LARGE
#include "pr83487-1_y.c"

View File

@ -1,5 +1,6 @@
/* { 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)));