This is the mail archive of the gcc-bugs@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]

[Bug ipa/79616] New: missing space in diagnostic: Inlined into %s which now has time


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79616

            Bug ID: 79616
           Summary: missing space in diagnostic: Inlined into %s which now
                    has time
           Product: gcc
           Version: 7.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

From ipa-inline.c:

          fprintf (dump_file,
                   " Inlined into %s which now has time %i and size %i,"
                   "net change of %+i.\n",
                   edge->caller->name (),
                   inline_summaries->get (edge->caller)->time,
                   inline_summaries->get (edge->caller)->size,
                   overall_size - old_size);

There is a space missing between "%i," and "net".

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