Commit 05cce88c by Uros Bizjak Committed by Uros Bizjak

pr21658.c (dg-options): Use -fdump-tree-ccp1-details.

	* gcc.dg/tree-ssa/pr21658.c (dg-options): Use -fdump-tree-ccp1-details.
	(dg-final): Use cleanup-tree-dump "ccp1".
	* gcc.dg/tree-prof/ic-misattribution-1a.c: Cleanup tree_profile.
	* gcc.dg/ipa/iinline-1.c: Cleanup ipa dump, not tree dump.
	* g++.dg/ipa/iinline-1.C: Ditto.
	* gfortran.dg/intrinsic_std_1.f90: Cleanup "original" tree dump.
	* gfortran.dg/char_eoshift_5.f90: Ditto.
	* gfortran.dg/index_2.f90: Ditto.

From-SVN: r139496
parent ee3cea07
2008-08-22 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tree-ssa/pr21658.c (dg-options): Use -fdump-tree-ccp1-details.
(dg-final): Use cleanup-tree-dump "ccp1".
* gcc.dg/tree-prof/ic-misattribution-1a.c: Cleanup tree_profile.
* gcc.dg/ipa/iinline-1.c: Cleanup ipa dump, not tree dump.
* g++.dg/ipa/iinline-1.C: Ditto.
* gfortran.dg/intrinsic_std_1.f90: Cleanup "original" tree dump.
* gfortran.dg/char_eoshift_5.f90: Ditto.
* gfortran.dg/index_2.f90: Ditto.
2008-08-22 Uros Bizjak <ubizjak@gmail.com>
PR target/37184
* gcc.target/i386/pr37184.c: New test.
......
......@@ -44,4 +44,4 @@ int main (int argc, char *argv[])
}
/* { dg-final { scan-ipa-dump "String::funcOne\[^\\n\]*inline copy in int main" "inline" } } */
/* { dg-final { cleanup-tree-dump "inline" } } */
/* { dg-final { cleanup-ipa-dump "inline" } } */
......@@ -23,4 +23,4 @@ int main (int argc, int *argv[])
}
/* { dg-final { scan-ipa-dump "hooray\[^\\n\]*inline copy in main" "inline" } } */
/* { dg-final { cleanup-tree-dump "inline" } } */
/* { dg-final { cleanup-ipa-dump "inline" } } */
......@@ -18,3 +18,5 @@ main ()
#endif
return 0;
}
/* { dg-final-use { cleanup-tree-dump "tree_profile" } } */
......@@ -3,7 +3,7 @@
statement below from being folded. */
/* { dg-do compile } */
/* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-ccp-details" } */
/* { dg-options "-O2 -fno-tree-dominator-opts -fdump-tree-ccp1-details" } */
void link_error (void);
......@@ -18,4 +18,4 @@ f (void)
}
/* { dg-final { scan-tree-dump-times "Folded into: if " 1 "ccp1"} } */
/* { dg-final { cleanup-tree-dump "ccp\[1-2\]" } } */
/* { dg-final { cleanup-tree-dump "ccp1" } } */
......@@ -22,3 +22,4 @@ END
! Check that _gfortran_eoshift* is called with 8 arguments:
! { dg-final { scan-tree-dump "_gfortran_eoshift\[0-9_\]+char \\(\[&a-zA-Z0-9._\]*, \[&a-zA-Z0-9._\]*, \[&a-zA-Z0-9._\]*, \[&a-zA-Z0-9._\]*, \[&a-zA-Z0-9._\]*, \[&a-zA-Z0-9._\]*, \[&a-zA-Z0-9._\]*, \[&a-zA-Z0-9._\]*\\)" "original" } }
! { dg-final { cleanup-tree-dump "original" } }
......@@ -53,3 +53,4 @@
! { dg-final { scan-tree-dump-times "if ..integer.kind=1.. _gfortran_string_index" 6 "original" } }
! { dg-final { scan-tree-dump-times "if ..integer.kind=1.. _gfortran_string_scan" 6 "original" } }
! { dg-final { cleanup-tree-dump "original" } }
......@@ -46,3 +46,4 @@ END SUBROUTINE intrinsic_decl
! { dg-final { scan-tree-dump " abort " "original" } }
! { dg-final { scan-tree-dump " asinh " "original" } }
! { dg-final { scan-tree-dump " acosh " "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