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

--- Comment #2 from SztfG at yandex dot ru ---
another testcase:

int test(void)
{
    static int a =  ((char *)&&l1-(char *)&&l2)-1;
l1:
l2:
    return a;
}

Reply via email to