PR testsuite/28829
* gcc.dg/pr26570.c: Fix testcase.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116395
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
{
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" } */