https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107920
prathamesh3492 at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #53992|0 |1 is obsolete| | --- Comment #13 from prathamesh3492 at gcc dot gnu.org --- Created attachment 54001 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54001&action=edit untested fix 2 Hi Jakub, thanks for the suggestions. The issue with previous patch was it used gimple_seq_add_stmt, and passed resulting seq to gsi_replace_with_seq_vops. The attached patch uses gimple_seq_add_stmt_without_update instead, which works to resolve the issue without calling update_ssa(). Does it look OK ? Thanks, Prathamesh