mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:41:14 +08:00
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:
parent
cdff635634
commit
38ea73a8c1
@ -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*-*-*.
|
||||
|
@ -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)
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
|
||||
#define PR83487_LARGE
|
||||
#include "pr83487-1_x.c"
|
||||
|
@ -1,2 +1,3 @@
|
||||
/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
|
||||
#define PR83487_LARGE
|
||||
#include "pr83487-1_y.c"
|
||||
|
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user