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: a warning to implement


Alexandre Oliva wrote:

>Hmm...  Perhaps my message was lost in the noise...
>
>We *already* have a warning that is enabled with -Wall for constructs
>such as `T x = x;', and the warning is that `x' is being used
>uninitialized.  Some earlier versions of GCC apparently didn't issue
>this warning, or only do when optimization is enabled, but the fact is
>that there is a warning already, and adding another IMHO would be
>overkill.
>
Alexandre, are you deadly sure that the current mainline emits the warning?
The whole thread started with Andrey observation that gcc does *not* 
warn. At the time I supported him, having verified that indeed it 
does'nt with -Wall and/or -Wuninitialized. Unfortunately I don't have 
here my snapshots to check again.

Ciao, Paolo.



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