pr63914.c: Add -fno-common option on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 3 Jan 2015 18:45:27 +0000 (18:45 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 3 Jan 2015 18:45:27 +0000 (18:45 +0000)
* gcc.dg/pr63914.c: Add -fno-common option on hppa*-*-hpux*.

From-SVN: r219161

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr63914.c

index cb1ba6834d0c8870ded03d08572c79f3d8e1ea54..306ebd16c097c5108787a69720151665c59ddcf2 100644 (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.
index 3dff2a8e4a771394e6eadfbada0f0c41e47fe0ff..a6b21686421cef2164d9649f8de387da6da91bd1 100644 (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;