This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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" } */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]