https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98786
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-9 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:61cf7ddeae6d13c81498088c1c643ca47fdbde2c commit r9-9512-g61cf7ddeae6d13c81498088c1c643ca47fdbde2c Author: Richard Biener <rguent...@suse.de> Date: Fri Jan 22 10:34:42 2021 +0100 tree-optimization/98786 - fix issue with phiopt and abnormals This fixes factor_out_conditional_conversion to avoid creating overlapping lifetimes for abnormals. 2021-01-22 Richard Biener <rguent...@suse.de> PR tree-optimization/98786 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Avoid adding new uses of abnormals. * gcc.dg/torture/pr98786.c: New testcase. (cherry picked from commit 329f730fd1daa7cdae4a637244d4e215f9bb9a8c)