This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/40500] [4.5 Regression] Revision 148512 failed to build binutils



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]