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

2020-04-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94588 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

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

2020-04-13 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94588 --- Comment #2 from CVS Commits --- The master branch has been updated by Marek Polacek : https://gcc.gnu.org/g:7eee265e6bd58bf48da70fef97f2ac7179a9f41c commit r10-7709-g7eee265e6bd58bf48da70fef97f2ac7179a9f41c Author: Marek Polacek Date:

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

2020-04-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94588 --- Comment #1 from Marek Polacek --- ...nor in the outermost block of any handler associated with a function-try-block: void g (int i) try { } catch (...) { int i; }

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

2020-04-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94588 Marek Polacek changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED