https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41320
--- Comment #5 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:8cbdb2e4d64461d8a19e033bd33b585187059d8a commit r14-2708-g8cbdb2e4d64461d8a19e033bd33b585187059d8a Author: Richard Biener <rguent...@suse.de> Date: Fri Jul 21 13:55:43 2023 +0200 tree-optimization/41320 - remove bogus XFAILed testcase gcc.dg/tree-ssa/forwprop-12.c looks for reconstruction of an ARRAY_REF from pointer arithmetic and dereference. That's not safe because ARRAY_REFs carry special semantics we later exploit during data dependence analysis. The following removes the testcase, closing the bug as WONTFIX. PR tree-optimization/41320 * gcc.dg/tree-ssa/forwprop-12.c: Remove.