Re: [PATCH] Fix ICE in adjust_bool_pattern (PR tree-optimizations/52891)

2012-04-23 Thread Richard Guenther
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

[PATCH] Fix ICE in adjust_bool_pattern (PR tree-optimizations/52891)

2012-04-20 Thread Jakub Jelinek
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