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]

Re: [PATCH] one-liner: deinline gcc/tree-vrp.c vrp_int_const_binop()


On 8/12/06, Denis Vlasenko <vda.linux@googlemail.com> wrote:
On Saturday 12 August 2006 16:02, Zdenek Dvorak wrote:
> Helo,
>
> > * tree-vrp.c (vrp_int_const_binop): deinline it
>
> please follow the conventions regarding the format of changelog
> messages.

Like this?

2006-08-12 Denis Vlasenko <vda.linux@googlemail.com>

* tree-vrp.c (vrp_int_const_binop): deinline it

A tab before the '*', a captial letter after the ':' and a fullstop at the end.

* tree-vrp.c (vrp_int_const_binop): Do not inline.

Should I put a tab there or spaces? Exactly 8 spaces?
Do I need to have empty lines, where, and how many?

if in doubt, follow existing changelogs in the gcc/ChangeLog file. Two spaces after the date, for example.

Richard.


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