Re: [PATCH 4/6] rs6000: Fix stack probes for -m32 -mpowerpc64

2015-01-17 Thread David Edelsohn
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

[PATCH 4/6] rs6000: Fix stack probes for -m32 -mpowerpc64

2015-01-17 Thread Segher Boessenkool
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