https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102703
--- Comment #19 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:36ec4a3c927bd2cc212a7f331ad842cd90eb5283 commit r12-4597-g36ec4a3c927bd2cc212a7f331ad842cd90eb5283 Author: Andrew Pinski <apin...@marvell.com> Date: Sat Oct 16 03:09:05 2021 +0000 Factor out removal of write only stores from execute_fixup_cfg To make it easier to fix PR 102703, factoring this code out to its own function makes it easier to read and less indentions too. gcc/ChangeLog: * tree-cfg.c (maybe_remove_writeonly_store): New function factored out from ... (execute_fixup_cfg): Here. Call maybe_remove_writeonly_store.