Re: [rs6000] Fix PR target/50091

2011-09-18 Thread David Edelsohn
Tested on PowerPC/Darwin by Iain and on PowerPC/Linux by me. OK for mainline and the 4.6/4.5 branches? 2011-09-06 Eric Botcazou Iain Sandoe PR target/50091 * config/rs6000/rs6000.md (probe_stack): Use explicit operand. * config/rs6000/rs6000.c (output_pr

Re: [rs6000] Fix PR target/50091

2011-09-17 Thread Eric Botcazou
> Tested on PowerPC/Darwin by Iain and on PowerPC/Linux by me. OK for > mainline and the 4.6/4.5 branches? > > > 2011-09-06 Eric Botcazou > Iain Sandoe > > PR target/50091 > * config/rs6000/rs6000.md (probe_stack): Use explicit operand. > * config/rs6000/rs6000.c (

[rs6000] Fix PR target/50091

2011-09-06 Thread Eric Botcazou
Hi, this is a regression present on the mainline/4.6/4.5 branches. I overlooked the -mregnames business when I changed the probe_stack pattern and, while this silently works on most platforms, this breaks on Darwin because of the awkward assembler. Tested on PowerPC/Darwin by Iain and on Powe