On Sat, Jan 29, 2022 at 6:30 PM Zhao Wei Liew via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > Sincere apologies for the issues. I wasn't aware of the need for a cast but > after reading the PRs, I understand that now. On the other hand, the > incorrect test case was simply a major oversight on my part. > > I'll be sure to be more careful next time.
Well I think gimple-match should have caught the cast issue really. I filed https://gcc.gnu.org/PR104286 for that. I hope to submit a patch for stage 1 to catch that so it will be harder to happen in the first place. Thanks, Andrew > > Thanks for the fixes!