Commit 04543ace by Uros Bizjak Committed by Uros Bizjak

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
parent f02f35b9
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
profiling with -fprofile-generate for target avr.
......@@ -35,7 +40,7 @@
* gcc.dg/pr43402.c: Ditto.
2011-07-05 Georg-Johann Lay <avr@gjlay.de>
* gcc.dg/cpp/pragma-3.c: Add dg-require-effective-target fopenmp.
2011-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
......
......@@ -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" } } */
......@@ -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" } }
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