This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Your change to emit_group_{load,store}
On Tue, Oct 26, 2004 at 07:04:51PM -0400, Andrew Pinski wrote:
>
> 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.
I'm going to commit the BLKmode patch to fix Kenner's problem, and
take a look at this PR. It's very suspicious, since, as rth pointed
out, emit_group_* (as written) only handles scalar int's and BLKmodes.
Aldy