pr65270-1.c: Add -fno-common to dg-options on hppa*-*-hpux*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 15 Mar 2015 23:49:02 +0000 (23:49 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 15 Mar 2015 23:49:02 +0000 (23:49 +0000)
* gcc.dg/torture/pr65270-1.c: Add -fno-common to dg-options on
hppa*-*-hpux*.
* gcc.dg/torture/pr65270-2.c: Likewise.

From-SVN: r221441

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr65270-1.c
gcc/testsuite/gcc.dg/torture/pr65270-2.c

index b4e8ac8aa895f4f91e8f54fa1eef35888e4ab4c0..4c5d99528d81f3abe3001bd61bddad93efe290fa 100644 (file)
@@ -1,3 +1,9 @@
+2015-03-15  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gcc.dg/torture/pr65270-1.c: Add -fno-common to dg-options on
+       hppa*-*-hpux*.
+       * gcc.dg/torture/pr65270-2.c: Likewise.
+
 2015-03-14  Mikael Morin  <mikael@gcc.gnu.org>
 
        PR fortran/61138
index ae6dc3bf8ed35be32e2c9b0e1332666c327641d2..8874607f245630f1fc2a458c90c1a301985651a1 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 
 struct a 
 {
index d5b8f1ce23636419cc0d97d2b016e77032d83f20..277571c9e7c34d38858b810ee9b1cc46878fb8e8 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 
 struct a 
 {