https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103845
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alexandre Oliva <aol...@gcc.gnu.org>: https://gcc.gnu.org/g:33c7df5854ecb31e2d645ab672ad3987b591ebfd commit r12-7383-g33c7df5854ecb31e2d645ab672ad3987b591ebfd Author: Alexandre Oliva <ol...@adacore.com> Date: Thu Feb 24 22:03:38 2022 -0300 Add testcase from PR103845 This problem was already fixed as part of PR104263: the abnormal edge that remained from before inlining didn't make sense after inlining. So this patch adds only the testcase. for gcc/testsuite/ChangeLog PR tree-optimization/103845 PR tree-optimization/104263 * gcc.dg/pr103845.c: New.