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

[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized



------- Comment #14 from pinskia at gcc dot gnu dot org  2006-11-26 18:25 -------
The problem with RTH's patch was the use of t which shadowed the variable in
the function which is used for setting the locus.  I am testing the corrected
patch now.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329


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