https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115489
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |pinskia at gcc dot gnu.org Status|UNCONFIRMED |NEW Keywords| |ice-checking Last reconfirmed| |2024-06-15 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced testcase: ``` static int *g_161; int f(int); void func_64(int l_724) { l_724 &= f (g_161); } static int g_161; ``` I suspect this started with r12-3278-g823685221de986 but since it does not ICE with release checking I am not 100% there.