https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55246
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |internal-improvement --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- i386/i386.c: if (INTVAL (op1) >= 16*1024*1024 i386/i386.c: || INTVAL (op1) < -16*1024*1024) i386/i386.c: if (INTVAL (op1) < -16*1024*1024 i386/i386.c: || INTVAL (op1) >= 16*1024*1024) i386/i386.c: if (INTVAL (new_rtx) < -16*1024*1024 i386/i386.c: || INTVAL (new_rtx) >= 16*1024*1024) i386/i386.c: && INTVAL (disp) < -16*1024*1024) i386/i386.c: displacements if they < -16*1024*1024, which is also used i386/predicates.md: && offset < 16*1024*1024) i386/predicates.md: && offset < 16*1024*1024) Still there today.