Commit ab498225 by John David Anglin

re PR tree-optimization/60707 (FAIL: gfortran.dg/pr45636.f90 -O …

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
parent 7d0aa05b
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.
......
......@@ -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" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment