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
This commit is contained in:
parent
816e93eb33
commit
17daa4c8ba
@ -1,3 +1,8 @@
|
||||
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" } */
|
||||
|
Loading…
Reference in New Issue
Block a user