This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Merge as of 2004-01-26
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Fri, 30 Jan 2004 15:06:46 +0100
- Subject: Re: [tree-ssa] Merge as of 2004-01-26
- References: <1075469715.3222.8.camel@localhost.localdomain>
>
> Thanks to everyone who helped out with the merge. There should not be
> new regressions except:
I am happy to see that merge fine now. I will try to get cgraph code
into sync so it will be easier next time.
>
> On x86-64, we are failing gcc.c-torture/unsorted/opout.c and
> gcc.dg/i386-sse-6.c.
I will try to look into the sse-6.c tonight.
>
> Neither the branch nor mainline (as of 2004-01-26) bootstrap on ia64.
> The failure is GGC related, stage1/cc1 dies in ia64_reorg trying to
> access a poisoned page. Mainline is broken for x86 today, so I think
What happens? The bootstrap seems to have passed for me about 5 hours
ago.
> I'll wait for the next merge, or maybe somebody already knows about this
> failure?
See thread:
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg03390.html
once we will conclude to proper fix, i can commit it to both branches.
Alternativly you may want to simply remove the memset.*0xab calls in
alloc-pool.c that made this semi-latent bug more reproducible.
Honza