re PR tree-optimization/60707 (FAIL: gfortran.dg/pr45636.f90 -O scan-tree-dump-times forwprop2 "memset" 0)

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

From-SVN: r213740
This commit is contained in:
John David Anglin 2014-08-07 21:44:55 +00:00
parent 7d0aa05b9e
commit ab498225ee
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-08-07 John David Anglin <danglin@gcc.gnu.org>
PR tree-optimization/60707
* gfortran.dg/pr45636.f90: xfail on 32-bit hppa*-*-*.
2014-08-07 Jan Hubicka <hubicka@ucw.cz>
* g++.dg/ipa/devirt-35.C: New testcase.

View File

@ -10,5 +10,5 @@ program main
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" } }