This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix stack corruption in regrename
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Fix stack corruption in regrename
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Tue, 31 Jul 2001 16:14:05 +0100 (BST)
- cc: <gcc-patches at gcc dot gnu dot org>
On 31 Jul 2001, Alexandre Oliva wrote:
>
> > just change the mode of the new USE (and possibly clear the modes of
> > all insns at the start of reload).
>
> Do you mean setting the mode of the INSN or the mode of the USE
> itself? Which mode would you prefer?
The insn, I suppose. Any mode would be fine :)
Bernd