Commit e1f2b729 by Uros Bizjak

intrinsic_size_3.f90: Make scan-tree-dump-times number matching more robust.

	* gfortran.dg/intrinsic_size_3.f90: Make scan-tree-dump-times
	number matching more robust.

From-SVN: r195064
parent 96924e7e
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
2013-01-09 Vladimir Makarov <vmakarov@redhat.com> 2013-01-09 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/pr55829 PR rtl-optimization/55829
* lra-constraints.c (match_reload): Add code for absent output. * lra-constraints.c (match_reload): Add code for absent output.
(curr_insn_transform): Add code for reloads of matched inputs (curr_insn_transform): Add code for reloads of matched inputs
without output. without output.
......
2012-01-09 Uros Bizjak <ubizjak@gmail.com>
* gfortran.dg/intrinsic_size_3.f90: Make scan-tree-dump-times
number matching more robust.
2013-01-09 Vladimir Makarov <vmakarov@redhat.com> 2013-01-09 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/pr55829 PR rtl-optimization/55829
* gcc.target/i386/pr55829.c: New. * gcc.target/i386/pr55829.c: New.
2013-01-09 Tobias Burnus <burnus@net-b.de> 2013-01-09 Tobias Burnus <burnus@net-b.de>
......
...@@ -22,5 +22,5 @@ program bug ...@@ -22,5 +22,5 @@ program bug
stop stop
end program bug end program bug
! { dg-final { scan-tree-dump-times "iszs = \\(integer\\(kind=2\\)\\) MAX_EXPR <\\(D.....->dim.0..ubound - D.....->dim.0..lbound\\) \\+ 1, 0>;" 1 "original" } } ! { dg-final { scan-tree-dump-times "iszs = \\(integer\\(kind=2\\)\\) MAX_EXPR <\\(D.\[0-9\]+->dim.0..ubound - D.\[0-9\]+->dim.0..lbound\\) \\+ 1, 0>;" 1 "original" } }
! { dg-final { cleanup-tree-dump "original" } } ! { dg-final { cleanup-tree-dump "original" } }
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