On Tue, Sep 10, 2013 at 08:09:42PM +0100, Richard Sandiford wrote:
> Sorry for the breakage.  gen_int_mode and GEN_INT really are only for
> scalar integers though.  (So is plus_constant.)  Vector constants should
> be CONST_VECTORs rather than CONST_INTs.
> 
> I think the gcc.target/aarch64/vect-fcm-eq-d.c failure is from a latent
> bug in the way (neg (not ...)) and (not (neg ...)) are handled.
> Could you give the attached patch a go?

Thanks Richard, this patch fixes the test FAILs I was seeing.

Cheers,
James

Reply via email to