This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug pch/13689] GGC PCH breaks aliasing
>
> ------- Additional Comments From geoffk at desire dot geoffk dot org 2004-01-15 21:36 -------
> Subject: Re: GGC PCH breaks aliasing
>
> > Date: 15 Jan 2004 18:40:43 -0000
> > From: "dje at watson dot ibm dot com" <gcc-bugzilla@gcc.gnu.org>
>
> > Subject: Re: GGC PCH breaks aliasing
> >
> > The example in the original report ICEs (with Honza's patch) on
> > AIX due to an internal varray consistency check. With the splay tree
> > implementation, we presumably gets zeroes for the data that was not stored
> > in PCH.
>
> I'm now regression testing what I think is a fix, but it would be very
> helpful if you could come up with a testcase that I could check in to
> CVS (or even just one that I could run). Otherwise I have no way to
> know if I've fixed the problem you saw.
>
> The original report provides GDB output, but no source files or
> command lines that I could use to reproduce that output.
The symptoms seems to be specific. The bug show as bootstrap failure on
AIX I believe. On x86-64 it is possible to reproduce same sanity check
failure on qt build. I don't have anything more specific than this.
Honza
>
>
>
> --
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13689