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: fix 23630


On Wed, Aug 31, 2005 at 03:47:51PM -0400, Jakub Jelinek wrote:
> (subreg/s:SI (reg:DI 134 [ iftmp.1 ]) 4)

Hmm.  I see I didn't actually test any big-endian target.

I wonder if the bug is using gen_lowpart at all, and if I 
should in fact be using the zero-offset part.  I.e. it should
always be subreg offset 0, no matter what.

Except that's illegal in the ppc64 case, so I'd have to use
a bitfield extract.

I'll have a look.


r~


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