On Wed, Apr 22, 2015 at 10:30 AM, Segher Boessenkool <seg...@kernel.crashing.org> wrote: > On Wed, Apr 22, 2015 at 10:21:43AM +0800, Terry Guo wrote: >> gcc/ChangeLog: >> 2015-04-22 Hale Wang <hale.w...@arm.com> >> Terry Guo <terry....@arm.com> >> >> PR rtl-optimization/64818 >> * combine.c (can_combine_p): Don't combine user-specified register if >> it is in an asm input. >> >> gcc/testsuite/ChangeLog: >> 2015-04-22 Hale Wang <hale.w...@arm.com> >> Terry Guo <terry....@arm.com> >> >> PR rtl-optimization/64818 >> * gcc.target/arm/pr64818.c: New. > > This is okay for trunk, if it has been bootstrapped and regression tested. > > Thanks, > > > Segher
Thanks Segher. The patch is tested with bootstrap and regression test for x86_64. No problem found. Committed as revision 222306. BR, Terry