[Bug c/99131] gcc doesn't detect missing comma in array initialisation [-Wstring-concatenation]

2022-01-11 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99131 --- Comment #4 from David Binderman --- Interestingly, I compiled fedora rawhide with clang and found a whopping 247 cases of this warning across 11 packages.

[Bug c/99131] gcc doesn't detect missing comma in array initialisation [-Wstring-concatenation]

2021-03-15 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99131 Eric Gallager changed: What|Removed |Added Summary|gcc doesn't detect missing |gcc doesn't detect missing

[Bug c/99131] gcc doesn't detect missing comma in array initialisation

2021-02-17 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99131 --- Comment #2 from David Binderman --- I usually write code that compiles warning free on both gcc and clang. I only noticed this difference between gcc and clang as a result of compiling the latest release of the tor browser. I thought it woul

[Bug c/99131] gcc doesn't detect missing comma in array initialisation

2021-02-17 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99131 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c/99131] gcc doesn't detect missing comma in array initialisation

2021-02-17 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99131 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Severity|normal