This avoids test failure on 32-bit hppa*-*-hpux*.  Committed to trunk.

Dave
--
John David Anglin       dave.ang...@bell.net


2017-02-03  John David Anglin  <dang...@gcc.gnu.org>

        * gcc.dg/pr77587.c: Require alias support.
        * gcc.dg/pr77587a.c: Likewise.

Index: gcc.dg/pr77587.c
===================================================================
--- gcc.dg/pr77587.c    (revision 245109)
+++ gcc.dg/pr77587.c    (working copy)
@@ -1,5 +1,6 @@
 /* PR target/77587 */
 /* { dg-do run } */
+/* { dg-require-alias "" } */
 /* { dg-require-weak-override "" } */
 /* { dg-additional-sources "pr77587a.c" } */
 
Index: gcc.dg/pr77587a.c
===================================================================
--- gcc.dg/pr77587a.c   (revision 245109)
+++ gcc.dg/pr77587a.c   (working copy)
@@ -1,5 +1,6 @@
 /* PR target/77587 */
 /* { dg-do compile } */
+/* { dg-require-alias "" } */
 /* { dg-require-weak-override "" } */
 
 void

Reply via email to