This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, PR 61391]


On Wed, Jun 4, 2014 at 3:37 PM, Richard Biener
<richard.guenther@gmail.com> wrote:
> On Wed, Jun 4, 2014 at 3:17 PM, Yuri Rumyantsev <ysrumyan@gmail.com> wrote:
>> Hi All,
>>
>> Here is a simple fix for 61391 - missed a check that statement basic
>> block is inside loop. With this fix test-case from bug is compiled
>> successfully.
>>
>> Bootstrap and regression testing did not show any new failures.
>>
>> Is it OK for trunk?
>
> Ok.

Please also add the testcase.

> Thanks,
> Richard.
>
>> ChangeLog:
>>
>> 2014-06-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
>>
>> PR tree-optimization/61319
>> * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
>> stmt belongs to loop.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]