https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99131
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|gcc doesn't detect missing |gcc doesn't detect missing |comma in array |comma in array |initialisation |initialisation | |[-Wstring-concatenation] CC| |dmalcolm at gcc dot gnu.org, | |marxin at gcc dot gnu.org --- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> --- Adding clang's name for this warning to the title for easier findability. Also this warning has found a few issues in GCC's own code; see here: https://gcc.gnu.org/pipermail/gcc-patches/2021-March/566749.html ...and here: https://gcc.gnu.org/pipermail/gcc-patches/2021-March/566750.html