[Bug tree-optimization/66178] Another label as values ICE

SztfG at yandex dot ru gcc-bugzilla@gcc.gnu.org
Sat May 16 18:39:00 GMT 2015


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;
}



More information about the Gcc-bugs mailing list