https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92382
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Why is this a major issue? Just variable shadowing, so something that with -Wshadow* compiler will warn, but nothing more, the code is well defined, isn't it?