This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Another DCE problem with array addresses
- From: Laurent GUERBY <laurent at guerby dot net>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: dnovillo at redhat dot com, gcc at gcc dot gnu dot org
- Date: Tue, 10 Aug 2004 22:05:47 +0200
- Subject: Re: Another DCE problem with array addresses
- References: <10408101910.AA24561@vlsi1.ultra.nyu.edu>
On Tue, 2004-08-10 at 21:10, Richard Kenner wrote:
> I think RTH may have already fixed this, but I'm really confused right
> now as to what is what and I've been away for a few days, which didn't
> help. Tomorrow I'll update my sources and start from the beginning to
> see what works and what doesn't, though I have two patches from RTH in
> my tree at the moment that were aimed at things related to this.
FWIW, at *CFLAGS=-O0 I was able to bootstrap and run ACATS with c,ada on
x86 and amd64 yesterday:
http://gcc.gnu.org/ml/gcc-testresults/2004-08/msg00372.html
http://gcc.gnu.org/ml/gcc-testresults/2004-08/msg00373.html
but no such luck today, both builds failed (storage error
in stage2 for x86, and SEGV when building gnatchop on amd64).
Laurent