https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93964
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-8 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:5fb76d406e75acc7223df06b66b95e70705e1185 commit r8-10807-g5fb76d406e75acc7223df06b66b95e70705e1185 Author: Richard Biener <rguent...@suse.de> Date: Wed Mar 4 10:40:32 2020 +0100 tree-optimization/93964 - adjust ISL code generation for pointer params Pointers eventually need intermediate conversions in code generation. Allowing them is much easier than fending them off since niter and scev expansion easily drag those in. 2020-02-04 Richard Biener <rguent...@suse.de> PR tree-optimization/93964 * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id): Add intermediate conversion for pointer to integer converts. * graphite-scop-detection.c (assign_parameter_index_in_region): Relax assert. * gcc.dg/graphite/pr93964.c: New testcase. (cherry picked from commit bb0ec9cffb1d0a3326d8c4ed197717fc08eeec37)