https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95379
Tom Tromey <tromey at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at gcc dot gnu.org --- Comment #5 from Tom Tromey <tromey at gcc dot gnu.org> --- (In reply to Asher Gordon from comment #3) > It seems that Sparse's behavior is the same as GCC's. It warns on '{ 0 }'. > (Note that in Sparse, the attribute must be specified after the closing > brace.) Since this warning is intended to work like sparse, introducing a divergence here would seem to make the feature less useful, in fact subverting the point of having it.