------- Comment #7 from mmitchel at gcc dot gnu dot org 2009-08-24 01:03 ------- I think we should leave this warning out of -Wall. There's a lot of legacy C code that may do this kind of stuff. In C++, it's always been invalid, and there's more of an expectation of structured initialization and finalization. Certainly for classes, but even for scalars. I think it's useful to have this warning in C, but I don't think it should be part of -Wall.
Anyhow, I've made this P2; it's not a huge issue, but I think we should resolve it one way or the other before 4.5.0. -- mmitchel at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40500