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: 27 Nov 2006 05:46:59 -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 #15 from pinskia at gcc dot gnu dot org 2006-11-27 05:46 -------
(In reply to comment #14)
> 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.
That fixed most of the failures but there are still some ICEs that need to be
fixed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14329