This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Dubious "'foo' might be used uninitialized in this function"message
- From: Robert Dewar <dewar at adacore dot com>
- To: Dave Korn <dave dot korn at artimi dot com>
- Cc: 'Joe Buck' <Joe dot Buck at synopsys dot COM>,'Dmitry Antipov' <antipov at dev dot rtsoft dot ru>, gcc at gcc dot gnu dot org
- Date: Wed, 15 Dec 2004 13:09:27 -0500
- Subject: Re: Dubious "'foo' might be used uninitialized in this function"message
- References: <NUTMEG4euumThMeOaIX0000076d@NUTMEG.CAM.ARTIMI.COM>
I also think it is fine if optimization *suppresses* warnings if
it can tell they are not needed. It is problematic if warnings
appear when you optimize, but if the alternative is not getting
the warnings at all, how is that better ???