This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: purge_addressof not purging reg-notes
- To: Andrew Haley <aph at cambridge dot redhat dot com>
- Subject: Re: purge_addressof not purging reg-notes
- From: Richard Henderson <rth at redhat dot com>
- Date: Fri, 22 Jun 2001 15:43:39 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <15152.38584.996024.26816@cuddles.cambridge.redhat.com> <20010621165326.G6022@redhat.com> <15155.25150.75921.482658@cuddles.cambridge.redhat.com>
On Fri, Jun 22, 2001 at 04:20:30PM +0100, Andrew Haley wrote:
> I've added a little code to fixup_var_refs_insn() so that it nukes any
> notes that contain ADDRESSOFs. This is easier than trying to repair
> them.
I'm a bit concerned, because there's already code that's
*supposed* to repair them. Thus I think simply removing
them is papering over a problem elsewhere.
What's the test case?
r~