http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49147
Alexey Kravets <mr.kayrick at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mr.kayrick at gmail dot com --- Comment #1 from Alexey Kravets <mr.kayrick at gmail dot com> 2011-05-26 06:46:00 UTC --- Confirmed. This problem is caused by bug in opencl_get_perfect_nested_loop_depth. This functions ignores -fgraphite-opencl-ignore-dep flag while opencl_transform_stmt_list considers this flag. I have a patch for this issue.