On Sat, 25 Jun 2011 11:38:20 +0200
Richard Guenther <richard.guent...@gmail.com> wrote:
> > ####### patch against trunk 175201
> > Index: gcc/timevar.c
> > ===================================================================
> > --- gcc/timevar.c       (revision 175201)
> > +++ gcc/timevar.c       (working copy)
> > @@ -478,7 +478,7 @@ timevar_print (FILE *fp)
> >        continue;
> >
> >       /* The timing variable name.  */
> > -      fprintf (fp, " %-22s:", tv->name);
> > +      fprintf (fp, " %-24s:", tv->name);
> >
> >  #ifdef HAVE_USER_TIME
> >       /* Print user-mode time for this process.  */
> > ####### gcc/ChangeLog entry
> > 2011-06-25  Basile Starynkevitch  <bas...@starynkevitch.net>
> >
> >        * timevar.c (timevar_print): Increase width for display of timevar 
> > name.
> > #######
> >
> > Ok for trunk?
> 
> Ok.
> 
Committed revision 175396.
Thanks
-- 
Basile STARYNKEVITCH         http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mine, sont seulement les miennes} ***

Reply via email to