Re: [PATCH] Fix PR 60901

2014-05-14 Thread Andrey Belevantsev
On 14.05.2014 13:09, Uros Bizjak wrote: On Wed, May 14, 2014 at 10:57 AM, Andrey Belevantsev wrote: This ICE comes from the ix86_dependencies_evaluation_hook code assumption that any scheduling region will be connected. This assumption is not correct in case of the outer loops pipelining of t

Re: [PATCH] Fix PR 60901

2014-05-14 Thread Uros Bizjak
On Wed, May 14, 2014 at 10:57 AM, Andrey Belevantsev wrote: > This ICE comes from the ix86_dependencies_evaluation_hook code assumption > that any scheduling region will be connected. This assumption is not > correct in case of the outer loops pipelining of the selective scheduler as > explained

[PATCH] Fix PR 60901

2014-05-14 Thread Andrey Belevantsev
Hello, This ICE comes from the ix86_dependencies_evaluation_hook code assumption that any scheduling region will be connected. This assumption is not correct in case of the outer loops pipelining of the selective scheduler as explained in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60901#c3.