https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236
--- Comment #12 from GCC Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:aebbc90d8c7c703c787ce402b9c55fdf2ecbbcd8
commit r16-2648-gaebbc90d8c7c703c787ce402b9c55fdf2ecbbcd8
Author: Andrew Pinski
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236
--- Comment #10 from GCC Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:a51bf9e10182cf7ac858db0ea6c5cb11b4f12377
commit r16-2590-ga51bf9e10182cf7ac858db0ea6c5cb11b4f12377
Author: Andrew Pinski
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236
--- Comment #9 from Andrew Pinski ---
Patch:
https://gcc.gnu.org/pipermail/gcc-patches/2025-July/690752.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236
Sam James changed:
What|Removed |Added
Status|NEW |ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236
--- Comment #8 from Andrew Pinski ---
+ /* Remove the phi and move to the next phi arg if needed. */
+ if (phi == gsi_stmt (*pgsi))
+remove_phi_node (pgsi, false);
Needs to be fixed too.
It should be something like:
/* Move to the next
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236
--- Comment #7 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #6)
> Created attachment 61962 [details]
> Patch which needs a commit message and testcases
And some comment changes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121236
--- Comment #6 from Andrew Pinski ---
Created attachment 61962
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61962&action=edit
Patch which needs a commit message and testcases