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

* gcc.dg/torture/pr54920.c: Add "-fno-common" option on hppa*-*-hpux*.

From-SVN: r194029
This commit is contained in:
John David Anglin 2012-12-01 21:12:08 +00:00 committed by John David Anglin
parent 6f7a6b458f
commit e77cfdc2ce
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-12-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/torture/pr54920.c: Add "-fno-common" option on hppa*-*-hpux*.
2012-11-29 Jason Merrill <jason@redhat.com>
PR c++/53862

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
typedef short __v8hi __attribute__ ((__vector_size__ (16)));
typedef long long __m128i __attribute__ ((__vector_size__ (16)));