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:
parent
07a71223f1
commit
921f02a0fd
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue