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

* gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.

From-SVN: r183686
This commit is contained in:
John David Anglin 2012-01-29 23:51:00 +00:00 committed by John David Anglin
parent 07a71223f1
commit 921f02a0fd
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2012-01-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
2012-01-29 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51327

View file

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-fgnu-tm -O --param tm-max-aggregate-size=32" } */
/* { dg-options "-fgnu-tm -fno-common -O --param tm-max-aggregate-size=32" { target hppa*-*-hpux* } } */
typedef int __attribute__ ((vector_size (16))) vectype;
vectype v;