https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94356

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Hmm, the following is worse:

typedef int t[100000];

int f(t *p, long long o) {
    t *p1 = p+o;
    return p < p1;
}

Reply via email to