[Bug c/99944] incorrect maybe-uninitialized warning on variable defined as an array

2021-04-07 Thread vincent-gcc at vinc17 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99944 --- Comment #2 from Vincent Lefèvre --- (In reply to Richard Biener from comment #1) > What's not correct with the diagnostic? The obfuscated printing of f[0]? Hmm... for the *(unsigned int *)(&f[0]) case, it is correct after all, though it sh

[Bug c/99944] incorrect maybe-uninitialized warning on variable defined as an array

2021-04-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99944 --- Comment #1 from Richard Biener --- What's not correct with the diagnostic? The obfuscated printing of f[0]? Or the misplaced caret?