[Bug c++/91075] Wrong code generated for static variable with local redeclaration

2021-12-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91075 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/91075] Wrong code generated for static variable with local redeclaration

2021-12-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91075 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug c++/91075] Wrong code generated for static variable with local redeclaration

2021-12-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91075 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection --- Comment #3 from Andr

[Bug c++/91075] Wrong code generated for static variable with local redeclaration

2021-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91075 Andrew Pinski changed: What|Removed |Added Known to fail||10.1.0 Known to work|

[Bug c++/91075] Wrong code generated for static variable with local redeclaration

2020-01-27 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91075 --- Comment #1 from joseph at codesourcery dot com --- This would definitely be invalid C (the prior declaration visible in the inner scope has no linkage, so the inner declaration has external linkage and "If, within a translation unit, the sa

[Bug c++/91075] Wrong code generated for static variable with local redeclaration

2020-01-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91075 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|