Commit e14d28a7 by Uros Bizjak

ic-misattribution-1a.c: Cleanup tree_profile_ipa instead of tree_profile dump file.

	* gcc.dg/tree-prof/ic-misattribution-1a.c: Cleanup tree_profile_ipa
	instead of tree_profile dump file.
	* g++.dg/tree-prof/inline_mismatch_args.C: Cleanup einline dump file.
	* gfortran.dg/derived_array_intrinisics_1.f90: Cleanup original
	dump file.

From-SVN: r165259
parent 54cb20b3
2010-10-10 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tree-prof/ic-misattribution-1a.c: Cleanup tree_profile_ipa
instead of tree_profile dump file.
* g++.dg/tree-prof/inline_mismatch_args.C: Cleanup einline dump file.
* gfortran.dg/derived_array_intrinisics_1.f90: Cleanup original
dump file.
2010-10-10 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/lto/20101009-1_0.c (bar): Fix asm constraints.
2010-10-09 Thomas Koenig <tkoenig@gcc.gnu.org>
......@@ -887,8 +895,7 @@
2010-09-22 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/45739
* gcc.target/i386/pr45739.c: Tighten up scan-assembler-not
regexps.
* gcc.target/i386/pr45739.c: Tighten up scan-assembler-not regexps.
2010-09-22 Eric Botcazou <ebotcazou@adacore.com>
......
......@@ -33,4 +33,4 @@ int main(void)
}
/* { dg-final-use { scan-tree-dump "Inlining .*Super::Foo" "einline" } } */
/* { dg-final-use { scan-tree-dump-not "mismatched arguments" "einline" } } */
/* { dg-final-use { cleanup-tree-dump "einline2" } } */
/* { dg-final-use { cleanup-tree-dump "einline" } } */
......@@ -19,4 +19,4 @@ main ()
return 0;
}
/* { dg-final-use { cleanup-tree-dump "tree_profile" } } */
/* { dg-final-use { cleanup-ipa-dump "tree_profile_ipa" } } */
......@@ -28,3 +28,4 @@
j = total
end
! { dg-final { scan-tree-dump-times "j = 50" 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