* gcc.c-torture/compile/pr60655-1.c: Don't add -fdata-sections option
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Aug 2014 18:22:47 +0000 (18:22 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Aug 2014 18:22:47 +0000 (18:22 +0000)
on 32-bit hppa-hpux.

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

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

index a484b04..854d3fd 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 6f84f6e..1e1e460 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;