Re: ICE with -fgraphite-opencl-ignore-dep

2011-05-26 Thread Sebastian Pop
On Thu, May 26, 2011 at 03:11, Alexey Kravets wrote: > Here is the patch for this issue. > It is caused by the bug in opencl_get_perfect_nested_loop_depth. > This functions ignores  -fgraphite-opencl-ignore-dep flag while > opencl_transform_stmt_list considers this flag. > > This patch adds a new

Re: ICE with -fgraphite-opencl-ignore-dep

2011-05-26 Thread Alexey Kravets
On 05/24/2011 10:21 PM, Sebastian Pop wrote: Hi Alexey, Thanks again for the cleanup patch. While I was testing the change, I found out that there are some flag combinations that are iceing the compiler. Could you please have a look at this PR: http://gcc.gnu.org/PR49147 Thanks, Sebastian