https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103210
--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Jonathan Wakely from comment #3) > And GCC already has a distinct "too many braces around scalar initializer" > diagnostic (an error) for the cases covered by that Clang option. I think > this is a different case (although without a proper testcase I'm not sure > exactly what kind of initializer causes the warning). I think that that one is for the C++ front-end, while this one is for the plain C front-end.