[RS6000] Fix PR54093, ICE due to 07-24 changes

2012-07-27 Thread Alan Modra
This fixes a thinko and typo in http://gcc.gnu.org/ml/gcc-patches/2012-07/msg01168.html that shows up as an ICE on e500. Two issues really. One is that the secondary reload insn emitted by rs6000_secondary_reload_gpr had better be valid. The other is that we only need these reloads when the

Re: [RS6000] Fix PR54093, ICE due to 07-24 changes

2012-07-27 Thread David Edelsohn
On Fri, Jul 27, 2012 at 9:26 AM, Alan Modra amo...@gmail.com wrote: This fixes a thinko and typo in http://gcc.gnu.org/ml/gcc-patches/2012-07/msg01168.html that shows up as an ICE on e500. Two issues really. One is that the secondary reload insn emitted by rs6000_secondary_reload_gpr had