https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120560
Mikael Pettersson <mikpelinux at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikpelinux at gmail dot com --- Comment #5 from Mikael Pettersson <mikpelinux at gmail dot com> --- My git bisect says it started with 47a7643991192a756d0fb9057a0a2bfce338a09f is the first new commit commit 47a7643991192a756d0fb9057a0a2bfce338a09f (HEAD) Author: Aldy Hernandez <al...@redhat.com> Date: Fri Feb 17 13:00:47 2023 +0100 Rewrite bounds_of_var_in_loop() to use ranges. Little by little, bounds_of_var_in_loop() has grown into an unmaintainable mess. This patch rewrites the code to use the relevant APIs as well as refactor it to make it more readable.