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

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

From-SVN: r219161
This commit is contained in:
John David Anglin 2015-01-03 18:45:27 +00:00
parent d6ae9a6d8d
commit d50a179343
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-01-03 John David Anglin <danglin@gcc.gnu.org>
* gcc.dg/pr63914.c: Add -fno-common option on hppa*-*-hpux*.
2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
* c-c++-common/tsan/bitfield_race.c: New testcase.

View File

@ -1,6 +1,7 @@
/* { dg-do compile } */
/* { dg-options "-O2 -ffast-math" } */
/* { dg-prune-output "non-standard ABI extension" } */
/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
typedef float __m128 __attribute__ ((__vector_size__ (16)));
__m128 a, d, e;