[Bug c/91951] goto + mixed declarations + cleanup attribute considered harmful

2023-07-19 Thread ndesaulniers at google dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91951 Nick Desaulniers changed: What|Removed |Added CC||ndesaulniers at google dot com ---

[Bug c/91951] goto + mixed declarations + cleanup attribute considered harmful

2019-10-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91951 Richard Biener changed: What|Removed |Added Keywords||diagnostic

[Bug c/91951] goto + mixed declarations + cleanup attribute considered harmful

2019-10-01 Thread allison.karlitskaya at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91951 --- Comment #1 from Allison Karlitskaya --- Two notes: First: Owen Taylor (the author of the blog post) pointed out that with -O2, GCC is able to notice the uninitialised use of the variable in my example and warn about it. Note that this is