OSDN Git Service

* gcc.dg/torture/pr45678-1.c: Add -fno-common to options on 32-bit
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Oct 2010 18:47:02 +0000 (18:47 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Oct 2010 18:47:02 +0000 (18:47 +0000)
hppa*-*-hpux*.
* gcc.dg/torture/pr45678-2.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164906 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 721f3bb..1745ff0 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 58e6156..7a90b0b 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 449404c..df79de7 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;