https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121557
Mikael Pettersson <mikpelinux at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikpelinux at gmail dot com --- Comment #2 from Mikael Pettersson <mikpelinux at gmail dot com> --- Git bisect says it started with r11-4717-g3e190757fa332d: 3e190757fa332d327bee27495f37beb01155cfab is the first new commit commit 3e190757fa332d327bee27495f37beb01155cfab Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Nov 4 11:55:29 2020 +0100 phiopt: Optimize x ? 1024 : 0 to (int) x << 10 [PR97690]