Re: [Patch] [aarch64] Fix asm-subreg-1.c ICE

2012-11-28 Thread Marcus Shawcroft
On 28/11/12 13:18, Hurugalawadi, Naveen wrote: Hi, Not to mention the ChangeLog entry. Sorry about the missed patch and ChangeLog Entry. Please review the patch and let me know if its OK. Regression Tested on aarch64-elf. No new Regressions. 2012-11-28 Naveen H.S * aarch64.c (aa

RE: [Patch] [aarch64] Fix asm-subreg-1.c ICE

2012-11-28 Thread Hurugalawadi, Naveen
Hi, >> Not to mention the ChangeLog entry. Sorry about the missed patch and ChangeLog Entry. Please review the patch and let me know if its OK. Regression Tested on aarch64-elf. No new Regressions. 2012-11-28 Naveen H.S * aarch64.c (aarch64_load_symref_appropriately): Handle

Re: [Patch] [aarch64] Fix asm-subreg-1.c ICE

2012-11-28 Thread Richard Earnshaw
On 28/11/12 04:49, Andrew Pinski wrote: On Tue, Nov 27, 2012 at 8:47 PM, Hurugalawadi, Naveen wrote: Hi, Please find attached the patch “asm-subreg.patch” for aarch64 which fixes ICE for /gcc.dg/torture/asm-subreg-1.c testcase. The error was the result of reload problems in “aarch64_load_symr

Re: [Patch] [aarch64] Fix asm-subreg-1.c ICE

2012-11-27 Thread Andrew Pinski
On Tue, Nov 27, 2012 at 8:47 PM, Hurugalawadi, Naveen wrote: > Hi, > > Please find attached the patch “asm-subreg.patch” for aarch64 which > fixes ICE for /gcc.dg/torture/asm-subreg-1.c testcase. > > The error was the result of reload problems in > “aarch64_load_symref_appropriately” function. > >