Re: [Patch, ARM/Thumb1]Add a Thumb1 insn pattern to legalize the instruction that moves pc to low register

2015-01-27 Thread Ramana Radhakrishnan
On Fri, Jan 9, 2015 at 7:43 AM, Terry Guo wrote: > > >> -Original Message- >> From: Richard Earnshaw >> Sent: Monday, December 08, 2014 7:31 PM >> To: Terry Guo; gcc-patches@gcc.gnu.org >> Cc: Ramana Radhakrishnan >> Subject: Re: [Patch, ARM/Th

RE: [Patch, ARM/Thumb1]Add a Thumb1 insn pattern to legalize the instruction that moves pc to low register

2015-01-08 Thread Terry Guo
> -Original Message- > From: Richard Earnshaw > Sent: Monday, December 08, 2014 7:31 PM > To: Terry Guo; gcc-patches@gcc.gnu.org > Cc: Ramana Radhakrishnan > Subject: Re: [Patch, ARM/Thumb1]Add a Thumb1 insn pattern to legalize the > instruction that moves pc to lo

Re: [Patch, ARM/Thumb1]Add a Thumb1 insn pattern to legalize the instruction that moves pc to low register

2014-12-08 Thread Richard Earnshaw
On 08/12/14 08:24, Terry Guo wrote: > Hi there, > > When compile below simple code: > > terguo01@terry-pc01:mtpcs-frame$ cat test.c > int main(void) > { > return 0; > } > > I got ICE with option -mtpcs-leaf-frame (no error if remove this option). > > terguo01@terry-pc01:mtpcs-frame$ > /work