This is the mail archive of the gcc@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]

Re: -Wuninitialized issues


On Thu, Nov 03, 2005 at 02:13:05AM +0100, Gabriel Dos Reis wrote:
> | Have -Wuninitialized be a very simple detector, which is either in the front-ends
> | or in the middle-end so it could be shared (just like -Wunused).
> | Have -Wuninitialized=2, be the current -Wuninitialized.
> 
> That is backward.  Have -Wuninitialized means whatever it means today.

Agreed.  We don't want it to change much; people who use -Wall -Werror
will be particularly pissed off if gcc produces new, but bogus, warnings
for uninitialized variables (please feel free to produce new, but *valid*,
warnings).


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