On 2025-10-17 10:49, Jeff Law wrote:
On 10/17/25 6:56 AM, Siddhesh Poyarekar wrote:
On 2025-10-17 02:34, Richard Biener wrote:
On Fri, Oct 17, 2025 at 5:06 AM Linsen Zhou <[email protected]> wrote:
After commit 51b85dfeb19652bf3e0aaec08828ba7cee1e641c, when the
pointer offset is a variable in the loop, the object size of the
pointer may also need to be reexamined.
Which make gcc_assert in the check_for_plus_in_loops failed.
OK.
I reckon this also needs a gcc15 backport. Richi, would you like me
to commit this and do the gcc15 backport? I don't see Linsen in the
MAINTAINERS file so I assume he doesn't have write access.
Yes, that would be exactly what I'd suggest. Commit on Linsen's behalf
and backport in ~1wk to give it some soak time on the trunk.
OK, bootstrapped on x86_64, fixed up the changelog and pushed. On a
Friday night too, since I'm feeling adventurous ;)
Sid