]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr45678-1.c: Add -fno-common to options on 32-bit hppa*-*-hpux*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 2 Oct 2010 18:47:02 +0000 (18:47 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 2 Oct 2010 18:47:02 +0000 (18:47 +0000)
* gcc.dg/torture/pr45678-1.c: Add -fno-common to options on 32-bit
hppa*-*-hpux*.
* gcc.dg/torture/pr45678-2.c: Likewise.

From-SVN: r164906

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

index 721f3bb8df0e4548437b0321e97da81b283f445d..1745ff0a29539bcfe11a1dd0271ae7412d556650 100644 (file)
@@ -1,3 +1,9 @@
+2010-10-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gcc.dg/torture/pr45678-1.c: Add -fno-common to options on 32-bit
+       hppa*-*-hpux*.
+       * gcc.dg/torture/pr45678-2.c: Likewise.
+
 2010-10-02  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/45748
index 58e6156e9f4b7ad7c36ba44a1ea497be43941e83..7a90b0ba882ecd1238ba0d29fbddbb68386bceae 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-options "-fno-common" { target { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } } */
 
 typedef float V __attribute__ ((vector_size (16)));
 V g;
index 449404cda1a8480767f2a17e33ffb9e68d37ddae..df79de7b10be753da5171ce1d800cc62e05a1311 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-options "-fno-common" { target { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } } */
 
 typedef float V __attribute__ ((vector_size (16)));
 V g;