This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[committed] fix pr26570.c
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 17 Aug 2006 12:44:13 +0200
- Subject: [committed] fix pr26570.c
The testcase had two copies of itself one after another.
Paolo
Index: pr26570.c
===================================================================
--- pr26570.c (revision 116207)
+++ pr26570.c (working copy)
@@ -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" } */