https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56574
--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to dagelf from comment #13) > && does not mean logical AND in gcc, it's a label. > > You should just be using & Huh? I think you are confused. && for an unary operator is taking the address of a label in GNU C, but this is a && for a binary operator.
