On Sat, Jan 17, 2015 at 3:48 AM, Segher Boessenkool <seg...@kernel.crashing.org> 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 Boessenkool <seg...@kernel.crashing.org> > > gcc/ > * config/rs6000/rs6000.md (probe_stack): Delete. > (probe_stack_address): New.
Okay. Thanks, David