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]

Re: better -Wuninitialized (Re: Ada files now checked in)


On Sun, 07 Oct 2001, Joseph S. Myers wrote:

> On Sun, 7 Oct 2001, Zack Weinberg wrote:
> 
> > > Definitiely possible.  We only need to make -Wuninitialized
> > > trigger -ftree-ssa.
> > 
> > Cool.
> 
> Would -ftree-ssa ever affect code generation?  It seems a bad idea for
> warning options to change code generation at all.
> 
No.  It only builds the analysis framework (flowgraph, data
references,  SSA web, reaching defs, reached uses, etc).

Diego.


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