]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr60655-1.c: Don't add -fdata-sections option on 32-bit hppa-hpux.
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 7 Aug 2014 18:22:47 +0000 (18:22 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 7 Aug 2014 18:22:47 +0000 (18:22 +0000)
* gcc.c-torture/compile/pr60655-1.c: Don't add -fdata-sections option
on 32-bit hppa-hpux.

From-SVN: r213720

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr60655-1.c

index a484b048eb451dafd15a29a85d1b60f9a57443b8..854d3fd535f9205c7e663b8e397c3534fbb3d65b 100644 (file)
@@ -1,5 +1,8 @@
 2014-08-07  John David Anglin  <danglin@gcc.gnu.org>
 
+       * gcc.c-torture/compile/pr60655-1.c: Don't add -fdata-sections option
+       on 32-bit hppa-hpux.
+
        * gcc.dg/pr57233.c: Add -fno-common option on hppa*-*-hpux*.
        * c-c++-common/pr50459.c: Likewise.
 
index 6f84f6e4ea04b8b0b780b0aeb6ffea54fae214f4..1e1e460739ac81e8d9a02e10a2128bcd509472ce 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-fdata-sections" } */
+/* { dg-options "-fdata-sections" { target { ! { { hppa*-*-hpux* } && { ! lp64 } } } } } */
 
 typedef unsigned char unit;
 typedef unit *unitptr;