On Sat, Jan 17, 2015 at 3:48 AM, Segher Boessenkool
wrote:
> This fixes 3 FAILs.
>
> The generic emit_stack_probe (that is used for probe_stack patterns) uses
> word_mode, which won't fly for -m32 -mpowerpc64. Use probe_stack_address
> instead, and create the MEM by hand.
>
>
> 2015-01-16 Segher
This fixes 3 FAILs.
The generic emit_stack_probe (that is used for probe_stack patterns) uses
word_mode, which won't fly for -m32 -mpowerpc64. Use probe_stack_address
instead, and create the MEM by hand.
2015-01-16 Segher Boessenkool
gcc/
* config/rs6000/rs6000.md (probe_stack): Del