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:
parent
7d0aa05b9e
commit
ab498225ee
@ -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.
|
||||
|
@ -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" } }
|
||||
|
Loading…
Reference in New Issue
Block a user