This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix PR33855, incorrect handling of complex regs


Hi,

On Mon, 22 Oct 2007, Andrew Pinski wrote:

> > scanner will try to generate VOPS for it :-/  So I've added the same
> > mechanism that we seem to use at all other places who call create_tmp_var
> > with an unknown target type :-/
> 
> How about using make_rename_temp instead of using create_tmp_var directly?

I suppose I could, it would do a redundant call to 
mark_sym_for_renaming(), but that's probably harmless.


Ciao,
Michael.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]