[PATCH] C++ fixes for lambda*

Diego Novillo dnovillo@google.com
Wed Jun 6 13:36:00 GMT 2007


On 6/6/07 7:02 AM, Thomas Neumann wrote:

> * lambda-code.c (struct lambda_lattice_s): Add a name to the struct.
> (lambda_body_vector_new): Use type safe memory macros.
> (lambda_linear_expression_new): Likewise.
> (lambda_loopnest_new): Likewise.
> (lambda_lattice_new): Likewise.
> (replace_uses_equiv_to_x_with_y): Cast according to the coding
> conventions. Use type safe memory macros.
> * lambda.h (struct lambda_trans_matrix_s): Add a name to the struct.
> (lambda_body_vector_s): Likewise.
> * lambda-mat.c (lambda_matrix_new): Use type safe memory macros.
> * lambda-trans.c (lambda_trans_matrix_new): Likewise.

OK, but you need to fix the formatting of your ChangeLog entries (lines
after '*' are indented 2 spaces).  See the other ChangeLog entries for a
template.



More information about the Gcc-patches mailing list