pr61034.C: Adjust.

2016-02-11  Richard Biener  <rguenther@suse.de>

	* g++.dg/tree-ssa/pr61034.C: Adjust.

From-SVN: r233317
This commit is contained in:
Richard Biener 2016-02-11 08:15:44 +00:00 committed by Richard Biener
parent f167cf54a1
commit 281a11eb25
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2016-02-11 Richard Biener <rguenther@suse.de>
* g++.dg/tree-ssa/pr61034.C: Adjust.
2016-02-10 Vladimir Makarov <vmakarov@redhat.com>
PR target/69148

View File

@ -49,6 +49,5 @@ bool f(I a, I b, I c, I d) {
// a different initial CFG and thus the final outcome is different
// { dg-final { scan-tree-dump-times "free" 10 "fre3" { target x86_64-*-* i?86-*-* } } }
// { dg-final { scan-tree-dump-times "free" 3 "optimized" { target x86_64-*-* i?86-*-* } } }
// { dg-final { scan-tree-dump-times "free" 14 "fre3" { target aarch64-*-* ia64-*-* arm-*-* hppa*-*-* sparc*-*-* powerpc*-*-* alpha*-*-* } } }
// { dg-final { scan-tree-dump-times "free" 4 "optimized" { target aarch64-*-* ia64-*-* arm-*-* hppa*-*-* sparc*-*-* powerpc*-*-* alpha*-*-* } } }
// { dg-final { scan-tree-dump-times "free" 0 "optimized" } }