Commit d50a1793 by John David Anglin

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

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

From-SVN: r219161
parent d6ae9a6d
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> 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
* c-c++-common/tsan/bitfield_race.c: New testcase. * c-c++-common/tsan/bitfield_race.c: New testcase.
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2 -ffast-math" } */ /* { dg-options "-O2 -ffast-math" } */
/* { dg-prune-output "non-standard ABI extension" } */ /* { dg-prune-output "non-standard ABI extension" } */
/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef float __m128 __attribute__ ((__vector_size__ (16)));
__m128 a, d, e; __m128 a, d, e;
......
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