[Bug c++/94588] Improve redeclared parameter name diagnostic

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 13 23:01:00 GMT 2020


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

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
...nor in the outermost block of any handler associated with a
function-try-block:

void
g (int i)
  try
    {
    }
  catch (...)
    {
      int i;
    }


More information about the Gcc-bugs mailing list