This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Reload bug (missing REG_INC note) & questions
- To: Toshiyasu Morita <tm at netcom dot com>
- Subject: Re: Reload bug (missing REG_INC note) & questions
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 09 Jan 2000 14:14:25 -0700
- cc: gcc-bugs at gcc dot gnu dot org, amylaar at cygnus dot com, taruna at cygnus dot com
- Reply-To: law at cygnus dot com
In message <200001070256.SAA25903@netcom.com>you write:
>
>
> I'm currently tracking down a problem where reload generates rtxes with
> no REG_INC notes. In particular, I'm seeing this rtx prior to reload:
But this should not be important since REG_INC notes are completely
rebuilt after reloading has completed.
Why do you think the missing/incorrect REG_INC note presents a problem?
jeff