On Wed, Dec 23, 2015 at 10:14 AM, Ilya Enkovich wrote:
> Hi,
>
> Currently boolean vector constant is expanded incorrectly when
> it has a scalar mode. Generated constant is incorrect and also
> its mode (which is VOIDmode) is used for roce_reg which causes
> ICE. This patch fixes both problems.
Hi,
Currently boolean vector constant is expanded incorrectly when
it has a scalar mode. Generated constant is incorrect and also
its mode (which is VOIDmode) is used for roce_reg which causes
ICE. This patch fixes both problems. Bootstrapped and tested
on x86_64-pc-linux-gnu. OK for trunk?
T