This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2006 18:25:35 -0000
- Subject: [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized
- References: <bug-14329-2744@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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