stack-layout-2.c: Cleanup expand rtl dump.

* gcc.dg/stack-layout-2.c: Cleanup expand rtl dump.
	* gfortran.dg/move_alloc_4.f90: Cleanup original tree dump.

From-SVN: r175942
This commit is contained in:
Uros Bizjak 2011-07-06 23:48:15 +02:00 committed by Uros Bizjak
parent f02f35b94f
commit 04543ace47
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-07-06 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/stack-layout-2.c: Cleanup expand rtl dump.
* gfortran.dg/move_alloc_4.f90: Cleanup original tree dump.
2011-07-06 Georg-Johann Lay <avr@gjlay.de>
* lib/target-supports.exp (check_profiling_available): Disable

View File

@ -21,3 +21,4 @@ int foo()
}
/* { dg-final { scan-rtl-dump "size 8192" "expand" } } */
/* { dg-final { scan-rtl-dump "size 32" "expand" } } */
/* { dg-final { cleanup-rtl-dump "expand" } } */

View File

@ -20,3 +20,4 @@ program testmv3
end program testmv3
! { dg-final { scan-tree-dump-times "__builtin_free" 9 "original" } }
! { dg-final { cleanup-tree-dump "original" } }