Commit af2efb2b by Uros Bizjak Committed by Uros Bizjak

block_2.f08: Cleanup "original" tree dump.

	* gfortran.dg/block_2.f08: Cleanup "original" tree dump.

From-SVN: r152586
parent 3f49ba3f
......@@ -10,7 +10,7 @@
* config/i386/i386.md (any_div): New code iterator.
(u): Handle div and udiv.
(sgnprefix): Ditto.
(<u>divqi3): Macroize insn from divqi3 and udivqi using and_div
(<u>divqi3): Macroize insn from {,u}divqi3 using any_div
code iterator.
(lfloor<MODEF:mode><SWI48:mode>2): Macroize insn from
lfloor<mode>{si,di}2 patterns using SWI48 mode iterator.
2009-10-09 Uros Bizjak <ubizjak@gmail.com>
* gfortran.dg/block_2.f08: Cleanup "original" tree dump.
2009-10-09 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/opt3.adb: New test.
......
......@@ -36,3 +36,4 @@ PROGRAM main
END BLOCK
END PROGRAM main
! { dg-final { scan-tree-dump-times "free \\(\\(void \\*\\) alloc_arr\\.data" 1 "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