Commit 921f02a0 by John David Anglin Committed by John David Anglin

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

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

From-SVN: r183686
parent 07a71223
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
......
/* { 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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment