https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109585
--- Comment #23 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:6d4bd27a60447c7505cb4783e675e98a191a8904 commit r14-219-g6d4bd27a60447c7505cb4783e675e98a191a8904 Author: Richard Biener <rguent...@suse.de> Date: Mon Apr 24 13:31:07 2023 +0200 rtl-optimization/109585 - alias analysis typo When r10-514-gc6b84edb6110dd2b4fb improved access path analysis it introduced a typo that triggers when there's an access to a trailing array in the first access path leading to false disambiguation. PR rtl-optimization/109585 * tree-ssa-alias.cc (aliasing_component_refs_p): Fix typo. * gcc.dg/torture/pr109585.c: New testcase.