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: [Ada PATCH INSTALLED]: constifications


Thanks for doing this.  Two minor issues:

> +  const_tree const field1 = * (const_tree const*) rt1;
> +  const_tree const field2 = * (const_tree const*) rt2;

Please fix the missing blank before the second "*".

> +  const int ret = tree_int_cst_compare (bit_position (field1), bit_position (field2));

Isn't this line too long?

The same problems are in utils2.c.


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