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: scalar vector shift expansion problem on 64-bit


On 10/27/2011 10:05 PM, David Miller wrote:
> 
> I'm getting an ICE on 64-bit sparc for some vector test cases but
> I'm not sure where the fix belongs.
> 
> When the compiler expands a vecor shift by scalar into a vector
> shift by a vector it uses expand_vector_broadcast(), which has
> a comment which states...

I think this is the same problem as Jakub is attacking here:

  http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02503.html

It's been approved, but I believe .cz has a bank holiday today.

If that patch doesn't solve your problem, lemme know and I'll
have another look at it.


r~


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