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: 'xxx' may be used uninitialized in this function


On Wed, Aug 09, 2006 at 09:09:56AM -0700, Bruce Korb wrote:
> Here is the real code.  The complaint is about pOptTitle.
> The compiler is GCC 4.1.1.  Both "set*OptFmts" functions
> *WILL* set pOptTitle to something.  Option level is -O4, so
> flow analysis is being done:

As you probably know by now, one can't look at a bug of this sort
without a compilable test case.  Andrew correctly pointed out that this
optimization is affected by (for instance) inlining.

-- 
Daniel Jacobowitz
CodeSourcery


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