https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105056
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:50f9148f7a8daf1fa1608cb23595c3cca191da0f commit r12-7840-g50f9148f7a8daf1fa1608cb23595c3cca191da0f Author: Jakub Jelinek <ja...@redhat.com> Date: Mon Mar 28 09:51:28 2022 +0200 predcom: Fix up component::component [PR105056] The recent change didn't initialize comp_step while previously we used XCNEW to allocate it. I think RS_ANY is better than RS_INTERNAL (== 0) as the default. 2022-03-28 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/105056 * tree-predcom.cc (component::component): Initialize also comp_step.