aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/c/c-typeck.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/c/c-typeck.c')
-rw-r--r--gcc-4.9/gcc/c/c-typeck.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/c/c-typeck.c b/gcc-4.9/gcc/c/c-typeck.c
index 65aad4565..5838d6a72 100644
--- a/gcc-4.9/gcc/c/c-typeck.c
+++ b/gcc-4.9/gcc/c/c-typeck.c
@@ -11925,6 +11925,9 @@ c_finish_omp_clauses (tree clauses)
s = size_one_node;
OMP_CLAUSE_LINEAR_STEP (c) = s;
}
+ else
+ OMP_CLAUSE_LINEAR_STEP (c)
+ = fold_convert (TREE_TYPE (t), OMP_CLAUSE_LINEAR_STEP (c));
goto check_dup_generic;
check_dup_generic: