Re: Fix PowerPC64 non-delegitimized UNSPEC

2011-03-04 Thread David Edelsohn
On Fri, Mar 4, 2011 at 8:45 AM, Alan Modra wrote: > gcc.c-torture/execute/20040709-1.c has been failing for a while when > regression testing cmodel medium powerpc64 gcc.  Details of the > failure in the PR.  This cures the problem by teaching > rs6000_delegitimize_address a few more tricks.  Boot

Fix PowerPC64 non-delegitimized UNSPEC

2011-03-04 Thread Alan Modra
gcc.c-torture/execute/20040709-1.c has been failing for a while when regression testing cmodel medium powerpc64 gcc. Details of the failure in the PR. This cures the problem by teaching rs6000_delegitimize_address a few more tricks. Bootstrap and regression test in progress. OK to apply assumin