This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized
- From: Andrew Pinski <pinskia at gmail dot com>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 26 Nov 2006 21:50:47 -0800
- Subject: Re: [Bug c++/14329] [tree-ssa] badly formatted warnings for SRA replacements used uninitialized
- References: <bug-14329-2744@http.gcc.gnu.org/bugzilla/> <20061127054659.29998.qmail@sourceware.org>
On Mon, 2006-11-27 at 05:46 +0000, pinskia at gcc dot gnu dot org wrote:
> That fixed most of the failures but there are still some ICEs that need to be
> fixed.
I have a fix for those ICEs, it is just checking for DECL_P.
-- Pinski