https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65014
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Reduced testcase: extern int x; unsigned foo (unsigned int y) { return (y << ((long) &x)) | (y >> (32 - ((long) &x))); } Guess it is r218142 that started this. Anyway, will have a look.