Commit 0d6bfda8 by Uros Bizjak Committed by Uros Bizjak

re PR testsuite/41542 (gcc.dg/tree-ssa/ipa-cp-1.c failed)

	PR testsuite/41542
	* gcc.dg/tree-ssa/ipa-cp-1.c: Remove mis-merged garbage.

From-SVN: r152432
parent 1218d701
2009-10-03 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/41542
* gcc.dg/tree-ssa/ipa-cp-1.c: Remove mis-merged garbage.
2009-10-02 Jason Merrill <jason@redhat.com>
* g++.dg/abi/mangle32.C: New.
......
......@@ -12,31 +12,3 @@ main()
/* One appereance for dump, one self recursive call and one call from main. */
/* { dg-final { scan-tree-dump-times "very_long_function.clone.0 \\(\\)" 3 "optimized"} } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
/* { dg-do compile } */
/* { dg-options "-O3 -fdump-tree-optimized -fno-inline" } */
int
very_long_function(int a)
{
return very_long_function (a)/4;
}
main()
{
very_long_function (1);
}
/* One appereance for dump, one self recursive call and one call from main. */
/* { dg-final { scan-tree-dump-times "very_long_function.clone.0 \\(\\)" 3 "optimized"} } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
/* { dg-do compile } */
/* { dg-options "-O3 -fdump-tree-optimized -fno-inline" } */
int
very_long_function(int a)
{
return very_long_function (a)/4;
}
main()
{
very_long_function (1);
}
/* One appereance for dump, one self recursive call and one call from main. */
/* { dg-final { scan-tree-dump-times "very_long_function.clone.0 \\(\\)" 3 "optimized"} } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
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