This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Advise needed on varasm.c constant recording bug
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 31 Dec 2001 15:38:17 -0800
- Subject: Re: Advise needed on varasm.c constant recording bug
- References: <10112312238.AA13525@vlsi1.ultra.nyu.edu>
On Mon, Dec 31, 2001 at 05:38:22PM -0500, Richard Kenner wrote:
> This is a bit of a large change to make at this point in the development
> process, so I hesitate to make it for something that's just a theoretical
> bug, but I wanted to get some input from others here.
It's just as "theoretical" as any other GC bug. That is to say,
not theoretical at all. You should be able to make such a test
case fail by using "--enable-checking=gcac".
Given the massive simplifiction of varasm.c that would result from
getting rid of the constant descriptors, I'd support cleaning that
out now and not waiting for 3.2.
r~