https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112859
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:a3871eead4540b3a746b877408088d41ce12c846 commit r14-11328-ga3871eead4540b3a746b877408088d41ce12c846 Author: Richard Biener <rguent...@suse.de> Date: Tue Jan 28 15:01:25 2025 +0100 tree-optimization/112859 - add comment This adds a comment before the workaround, indicating flaky dependence analysis. PR tree-optimization/112859 * tree-loop-distribution.cc (loop_distribution::pg_add_dependence_edges): Add comment. (cherry picked from commit 3ccbc8c9d182c380e396631b2b5a683de4fddba9)