gcc/
* c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.
From-SVN: r131340
+2008-01-05 Richard Sandiford <rsandifo@nildram.co.uk>
+
+ * c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.
+
2008-01-05 Richard Sandiford <rsandifo@nildram.co.uk>
* config/mips/mips.c (mips_in_small_data_p): Reinstate size > 0 check.
switch (TREE_CODE (exp))
{
case NOP_EXPR:
+ case CONVERT_EXPR:
t = check_omp_for_incr_expr (TREE_OPERAND (exp, 0), decl);
if (t != error_mark_node)
return fold_convert (TREE_TYPE (exp), t);