Re: patch to fix PR55055

2012-10-25 Thread Ramana Radhakrishnan
On 10/24/12 21:02, Vladimir Makarov wrote: The following patch fix http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55055 In this case, operand was an address containing subreg. LRA before the patch processed only operands which are subregs of regs. The patch was successfully bootstrapp

patch to fix PR55055

2012-10-24 Thread Vladimir Makarov
The following patch fix http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55055 In this case, operand was an address containing subreg. LRA before the patch processed only operands which are subregs of regs. The patch was successfully bootstrapped on x86/x86-64. Committed as rev. 192779.