Commit 17daa4c8 by Richard Guenther Committed by Richard Biener

re PR testsuite/28829 (FAIL: gcc.dg/pr26570.c)

2006-08-25  Richard Guenther  <rguenther@suse.de>

	PR testsuite/28829
	* gcc.dg/pr26570.c: Fix testcase.

From-SVN: r116395
parent 816e93eb
2006-08-25 Richard Guenther <rguenther@suse.de>
PR testsuite/28829
* gcc.dg/pr26570.c: Fix testcase.
2006-08-24 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/28807
......@@ -5,10 +5,3 @@ unsigned test (unsigned a, unsigned b)
{
return a / b;
} /* { dg-warning "execution counts estimated" } */
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-generate -fprofile-use" } */
unsigned test (unsigned a, unsigned b)
{
return a / b;
} /* { dg-warning "execution counts estimated" } */
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