omp-low.c
195 KB
-
omp-low.c (expand_omp_for_generic): If iter_type has different precision than… · c6ff4493
omp-low.c (expand_omp_for_generic): If iter_type has different precision than type and type is a pointer type... * omp-low.c (expand_omp_for_generic): If iter_type has different precision than type and type is a pointer type, cast n1 and n2 first to an integer type with the same precision as pointers and only afterwards to iter_type. Co-Authored-By: Jakub Jelinek <jakub@redhat.com> From-SVN: r141563
Steve Ellcey committed