diff mbox

[committed] xfail gfortran.dg/pr45636.f90 on 32-bit hppa-*-*

Message ID BLU436-SMTP2410DB68BF6724158B71CE297E10@phx.gbl
State New
Headers show

Commit Message

John David Anglin Aug. 7, 2014, 9:54 p.m. UTC
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.anglin@bell.net
2014-08-07  John David Anglin  <danglin@gcc.gnu.org>

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

Patch

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" } }