On Mon, Dec 8, 2014 at 9:18 AM, Segher Boessenkool <seg...@kernel.crashing.org> wrote: > This means we do not allow GPR0 as base address of those anymore. The > alternative is to not allow the carry bit to be live over any lo_sum, > which is more expensive. > > > 2014-12-08 Segher Boessenkool <seg...@kernel.crashing.org> > > gcc/ > PR target/64180 > * config/rs6000/darwin.md (macho_low_si): Remove "r" alternative. > (macho_low_di): Ditto. > * config/rs6000/rs6000.md (*largetoc_low): Ditto. > (tocref<mode>): Ditto. > (elf_low): Ditto. > * config/rs6000/spe.md (mov_si<mode>_e500_subreg0_elf_low_be): Ditto. > (mov_si<mode>_e500_subreg0_elf_low_le): Ditto. > (mov_si<mode>_e500_subreg4_elf_low_be): Ditto. Reformat condition. > (mov_si<mode>_e500_subreg4_elf_low_le): Ditto.
Okay. Thanks, David