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 PR61576]


On Thu, Jul 3, 2014 at 2:39 PM, Yuri Rumyantsev <ysrumyan@gmail.com> wrote:
> Ping!

Ok.

Thanks,
Richard.

> 2014-06-24 13:37 GMT+04:00 Yuri Rumyantsev <ysrumyan@gmail.com>:
>> Hi All,
>>
>> Here is a fix for PR 61576 - additional test was added that block
>> containing reduction statement is predecessor of block containing phi
>> to choose the correct condition.
>>
>> Bootstrap and regression testing did not show any new failures.
>>
>> Is it OK for trunk?
>>
>> gcc/ChangeLog
>> 2014-06-24  Yuri Rumyantsev  <ysrumyan@gmail.com>
>>
>> PR tree-optimization/61576
>> * tree-if-conv.c (is_cond_scalar_reduction): Add check that
>> basic block containing reduction statement is predecessor
>> of phi basi block.
>>
>> gcc/testsuite/ChangeLog
>> * gcc.dg/torture/pr61576.c: New test.


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