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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-bisection             |

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> Testcase just for easier access:
> ```
> void* a;
> 
> void foo() {
>     if ((a = &&l))
>         return;
> 
>     l:;
> }
> 
> int main() {
>     foo();
>     goto *a;
> 
>     return 0;
> }
> ```
> I can no longer reproduce this ICE.

This got fixed since r8-6656-g6d3aa24cd6535dcf.

Reply via email to