Message ID | 20120130000700.GC6757@hiauly1.hia.nrc.ca |
---|---|
State | New |
Headers | show |
John David Anglin <dave@hiauly1.hia.nrc.ca> writes: > Index: gcc.dg/tm/pr51472.c > =================================================================== > --- gcc.dg/tm/pr51472.c (revision 183677) > +++ gcc.dg/tm/pr51472.c (working copy) > @@ -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* } } */ Please use dg-additional-options. Andreas.
Index: gcc.dg/tm/pr51472.c =================================================================== --- gcc.dg/tm/pr51472.c (revision 183677) +++ gcc.dg/tm/pr51472.c (working copy) @@ -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;