On Wed, 6 Sep 2017, Richard Biener wrote:
>
> This fixes a bogus check for a mode when the type matters. The
> test can get fooled by vector ops with integral mode and thus we
> later ICE trying to use wide-ints operating on vector constants.
>
> Bootstrapped and tested on x86_64-unknown-linux-
This fixes a bogus check for a mode when the type matters. The
test can get fooled by vector ops with integral mode and thus we
later ICE trying to use wide-ints operating on vector constants.
Bootstrapped and tested on x86_64-unknown-linux-gnu, applied.
Richard.
2017-09-06 Richard Biener