[Bug rtl-optimization/109585] [10/11 regression] Carla/sord miscompiled with -O2 on ARM64 with flexible array member
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue May 2 12:04:04 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109585
--- Comment #27 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Richard Biener
<rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:e54ecbcbe625847f384b11c41562038477a3eb2c
commit r11-10678-ge54ecbcbe625847f384b11c41562038477a3eb2c
Author: Richard Biener <rguenther@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.c (aliasing_component_refs_p): Fix typo.
* gcc.dg/torture/pr109585.c: New testcase.
(cherry picked from commit 6d4bd27a60447c7505cb4783e675e98a191a8904)
More information about the Gcc-bugs
mailing list