https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102029
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Slightly cleaned up testcase: int * foo (const __PTRDIFF_TYPE__ l) { return (int *) (l << 2); }