https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112859
--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-12 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:e8b18dc45950f80d74e62ac7b4e3fa51d430d9cc commit r12-11222-ge8b18dc45950f80d74e62ac7b4e3fa51d430d9cc 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)