Compilation of gcc.dg/pr44194-1.c fails on hppa*64*-*-* and needs to skipped as on most other 64-bit targets.

Committed to trunk. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp- hpux11.11.

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

2013-03-10  John David Anglin  <dave.ang...@nrc-cnrc.gc.ca>

        * gcc.dg/pr44194-1.c: Skip compilation on hppa*64*-*-*.

Index: gcc.dg/pr44194-1.c
===================================================================
--- gcc.dg/pr44194-1.c  (revision 196575)
+++ gcc.dg/pr44194-1.c  (working copy)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { { { { { i?86-*-* x86_64-*-* } && x32 } || lp64 } 
&& { ! s390*-*-* } } &&  { ! alpha*-*-* } } } } */
+/* { dg-do compile { target { { { { { { i?86-*-* x86_64-*-* } && x32 } || lp64 
} && { ! s390*-*-* } } && { ! hppa*64*-*-* } } && { ! alpha*-*-* } } } } */
 /* { dg-options "-O2 -fdump-rtl-dse1 -fdump-rtl-final" } */
 
 /* Restrict to 64-bit targets since 32-bit targets usually return small

Reply via email to