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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Further reduced:
template <int>
void
foo ()
{
  goto done;
  int a;
done:;
}

void
bar ()
{
  foo <1> ();
}

I'm pretty sure this is my r16-4212 change.

Reply via email to