https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90043
Tom de Vries <vries at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msebor at gcc dot gnu.org --- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> --- (In reply to Tom de Vries from comment #0) > [ Spinoff bug of PR18017 comment 6. Original comment: ... Clang has issued -Wuninitialized in C code regardless of -Winit-self since at least as far back as 3.0. Intel ICC enables -Wuninitialized in -Wextra (and has since at least 13.0). Even Visual C issues a diagnostic for the code. It seems that it might be time for GCC to start diagnosing this as well. ...