Test fails on all 32-bit hppa systems.

Tested on hppa-unknown-linux-gnu.  Committed to trunk, 4.9 and 4.8.

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


2014-08-07  John David Anglin  <dang...@gcc.gnu.org>

        PR tree-optimization/60707
        * gfortran.dg/pr45636.f90: xfail on 32-bit hppa*-*-*.

Index: gfortran.dg/pr45636.f90
===================================================================
--- gfortran.dg/pr45636.f90     (revision 213646)
+++ gfortran.dg/pr45636.f90     (working copy)
@@ -10,5 +10,5 @@
   b = y
   call sub(a, b)
 end program main
-! { dg-final { scan-tree-dump-times "memset" 0 "forwprop2" { xfail { mips*-*-* 
&& { ! nomips16 } } } } }
+! { dg-final { scan-tree-dump-times "memset" 0 "forwprop2" { xfail { { 
hppa*-*-* && { ! lp64 } } || { mips*-*-* && { ! nomips16 } } } } } }
 ! { dg-final { cleanup-tree-dump "forwprop2" } }

Reply via email to