On Fri, 20 Apr 2012, Jakub Jelinek wrote:
> Hi!
>
> This patch fixes ICE in adjust_bool_pattern, trueval in that case has
> the vector type's element type, which is full precision of mode,
> so when we see a smaller precision, we need to use build_nonstandard_type.
> Bootstrapped/regtested on x86
Hi!
This patch fixes ICE in adjust_bool_pattern, trueval in that case has
the vector type's element type, which is full precision of mode,
so when we see a smaller precision, we need to use build_nonstandard_type.
Bootstrapped/regtested on x86_64-linux and i686-linux, ok
for trunk and 4.7 (where t