[PATCH, rs6000] Fix PR53385

2012-05-18 Thread William J. Schmidt
This repairs the bootstrap issue due to unsafe signed overflow assumptions. Bootstrapped and tested on powerpc64-unknown-linux-gnu with no new regressions. Ok for trunk? Thanks, Bill 2012-05-18 Bill Schmidt wschm...@linux.vnet.ibm.com * config/rs6000/rs6000.c (print_operand):

Re: [PATCH, rs6000] Fix PR53385

2012-05-18 Thread David Edelsohn
On Fri, May 18, 2012 at 11:00 AM, William J. Schmidt wschm...@linux.vnet.ibm.com wrote: This repairs the bootstrap issue due to unsafe signed overflow assumptions.  Bootstrapped and tested on powerpc64-unknown-linux-gnu with no new regressions.  Ok for trunk? Thanks, Bill 2012-05-18  Bill

Re: [PATCH, rs6000] Fix PR53385

2012-05-18 Thread Jakub Jelinek
On Fri, May 18, 2012 at 11:49:41AM -0400, David Edelsohn wrote: On Fri, May 18, 2012 at 11:00 AM, William J. Schmidt wschm...@linux.vnet.ibm.com wrote: This repairs the bootstrap issue due to unsafe signed overflow assumptions.  Bootstrapped and tested on powerpc64-unknown-linux-gnu with