Re: [PATCH] SPU: Fix build failure on 64 bit hosts

2012-12-10 Thread Richard Biener
On Mon, Dec 10, 2012 at 12:31 PM, Andreas Krebbel wrote: > Hi, > > building an SPU compiler on a 64 bit host system currently fails with: > > spu.md:4394: error: cast from ‘rtx_def**’ to ‘int’ loses precision > > In the SPU backend several patterns mention the operands array in the > insn conditio

[PATCH] SPU: Fix build failure on 64 bit hosts

2012-12-10 Thread Andreas Krebbel
Hi, building an SPU compiler on a 64 bit host system currently fails with: spu.md:4394: error: cast from ‘rtx_def**’ to ‘int’ loses precision In the SPU backend several patterns mention the operands array in the insn condition in order to prevent a warning about missing modes to be issued. Inte