This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa]: Recent stmt_ann checking breaks SSAPRE
On 01 Jul 2003 17:00:54 -0400, Diego Novillo <dnovillo@redhat.com> wrote:
> 1. On alpha, we get warnings for uninitialized variables (that I
> guess are PRE'd away) on attribs.c and c-cppbuiltin.c. I added
> -Wno-error for attribs.c, but we should find out why that's
> happening.
Are these by any chance fixed by the tree-cfg.c patch I just checked in?
Jason