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] add VRP for bitwise OR and AND: v3


The formatting of your changelog is still wrong, and is missing
functions that you have added.

Denis Vlasenko wrote:
> * tree-vrp.c (extract_range_from_binary_expr):
>   add value range propagation for bitwise AND/OR


Should be


Denis Vlasenko  <vda.linux@googlemail.com>

  * tree-vrp.c (extract_range_from_binary_expr):  Add
  support for bitwise AND/OR.

For each added function, you want a line like

  (new_function): New function.



Really, if you just look at the changelog formatting convention, it
explains all this.


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