Re: [patch] Fix PR target/48496 #2

2012-05-04 Thread Jakub Jelinek
On Fri, May 04, 2012 at 12:19:39PM +0200, Eric Botcazou wrote: > > 2012-04-26 Eric Botcazou > > > > PR target/48496 > > * recog.c (constrain_operands): If extra constraints are present, > > accept pseudo-registers with equivalent memory locations during reload. > > Is this versi

Re: [patch] Fix PR target/48496 #2

2012-05-04 Thread Eric Botcazou
Jakub, > 2012-04-26 Eric Botcazou > > PR target/48496 > * recog.c (constrain_operands): If extra constraints are present, > accept pseudo-registers with equivalent memory locations during reload. Is this version OK with you? -- Eric Botcazou

[patch] Fix PR target/48496 #2

2012-04-26 Thread Eric Botcazou
Hi, this is the spurious error on asm statements of the form: error: 'asm' operand requires impossible reload present for IA-64 on mainline and 4.7 branch. As diagnosed by Ulrich, the code responsible for the error implicitly assumes that constraints accepting memory operands also accept ps