]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/60707 (FAIL: gfortran.dg/pr45636.f90 -O scan-tree-dump...
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 7 Aug 2014 21:49:09 +0000 (21:49 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 7 Aug 2014 21:49:09 +0000 (21:49 +0000)
PR tree-optimization/60707
* gfortran.dg/pr45636.f90: xfail on 32-bit hppa*-*-*.

From-SVN: r213742

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr45636.f90

index ce09fe0132617d7409ed070439a6f635aa8f52e4..3053629c52b12246ebf5b8c00afb896c6d35d69e 100644 (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-06  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/61801
index ee7cf3863cb5f82d0bebe6bdf1b2d538f1985015..c80dda45ba440108d05c805dc072ba79883929c2 100644 (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" } }