Re: [RFC] Mark gcc.dg/shrink-wrap-loop.c as XFAIL.

2021-07-30 Thread Aldy Hernandez via Gcc-patches
On Fri, Jul 30, 2021 at 8:24 PM Jeff Law wrote: > > > > On 7/30/2021 4:39 AM, Aldy Hernandez via Gcc-patches wrote: > > It occurs to me that I should not have disabled early jump threading in > > this test, as it may hide an actual defect. I have reverted my change > > and XFAILed the test instea

Re: [RFC] Mark gcc.dg/shrink-wrap-loop.c as XFAIL.

2021-07-30 Thread Jeff Law via Gcc-patches
On 7/30/2021 4:39 AM, Aldy Hernandez via Gcc-patches wrote: It occurs to me that I should not have disabled early jump threading in this test, as it may hide an actual defect. I have reverted my change and XFAILed the test instead. I have also opened a PR101690 to keep track of this problem.

[RFC] Mark gcc.dg/shrink-wrap-loop.c as XFAIL.

2021-07-30 Thread Aldy Hernandez via Gcc-patches
It occurs to me that I should not have disabled early jump threading in this test, as it may hide an actual defect. I have reverted my change and XFAILed the test instead. I have also opened a PR101690 to keep track of this problem. I have pushed this patch, but could benefit from someone with k