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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |mpolacek at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot 
gnu.org

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
This came up in kernel: https://bugzilla.kernel.org/show_bug.cgi?id=215851
which I've reduced to 

void
foo (void **failaddr)
{
  *failaddr = ({ __label__ __here; __here: &&__here; });
}

I don't think we should be warning here at all and I have a patch to that
effect.

Reply via email to