This is the mail archive of the gcc@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: Your change to emit_group_{load,store}



On Oct 26, 2004, at 6:27 PM, Aldy Hernandez wrote:


The later I would think.

In that case... Kenner, could you try this patch to see if it fixes your problem.

Pinski, could you try it on the non-Ada case to see if it works?

No it did not work as the mode is TF but the corresponding int mode is TI which does not exist on PPC.

Also emit_group_load/emit_group_store had to work before for floating
point modes as it worked for TF mode on PPC which is just uses floating
point registers, you should be doing something different in your rs6000
variant backend.

Thanks,
Andrew Pinski


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