diff options
Diffstat (limited to 'gcc/c-omp.c')
-rw-r--r-- | gcc/c-omp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-omp.c b/gcc/c-omp.c index 526b1f8..f170fbe 100644 --- a/gcc/c-omp.c +++ b/gcc/c-omp.c @@ -172,6 +172,7 @@ check_omp_for_incr_expr (tree exp, tree decl) 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); |