pr83621.c: Add -fno-common additional option on hppa*-&-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 21 Jan 2018 18:35:49 +0000 (18:35 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 21 Jan 2018 18:35:49 +0000 (18:35 +0000)
* gcc.dg/pr83621.c: Add -fno-common additional option on hppa*-&-hpux*.
* gcc.dg/pr83623.c: Likewise.
* gcc.dg/pr83666.c: Likewise.

From-SVN: r256935

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr83621.c
gcc/testsuite/gcc.dg/pr83623.c
gcc/testsuite/gcc.dg/pr83666.c

index 7bde92d90e969ca921bea4d23e307e24502a063e..80098fc1392abcd755a71884944732744ea6f7db 100644 (file)
@@ -1,3 +1,9 @@
+2018-01-21  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gcc.dg/pr83621.c: Add -fno-common additional option on hppa*-&-hpux*.
+       * gcc.dg/pr83623.c: Likewise.
+       * gcc.dg/pr83666.c: Likewise.
+
 2018-01-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
            David Edelsohn <dje.gcc@gmail.com>
 
index a27a0a81a61edd4f634c1b20a242a878a36eaee9..668a8dbfe1dc654875230987dc4b6c6082c23477 100644 (file)
@@ -1,6 +1,7 @@
 /* PR debug/83621 */
 /* { dg-do compile } */
 /* { dg-options "-O -g" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 typedef int __attribute__ ((__vector_size__ (64))) V;
 V v;
index 5d62c04f5424c98c566de5d9226be550b85d5385..ae12448e8c98da5b21b2d033f7c54ddbcbc3d9bb 100644 (file)
@@ -2,6 +2,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O2" } */
 /* { dg-additional-options "-mmovbe" { target i?86-*-* x86_64-*-* } } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 unsigned short __attribute__ ((__vector_size__ (16))) x;
 
index f12f13d983337e208421d5e8fcf0598e11b0ccab..7bd1ed3ceb20b38fd3d6c6b3406f5370b81211e1 100644 (file)
@@ -1,6 +1,7 @@
 /* PR debug/83666 */
 /* { dg-do compile } */
 /* { dg-options "-O2 -g --param=sccvn-max-scc-size=10 -Wno-psabi" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 typedef int __attribute__ ((vector_size (64))) V;