Re: Reloading going wrong. Bug in GCC?

2012-03-20 Thread Mohamed Shafi
ping !!!. Any help on http://gcc.gnu.org/ml/gcc/2011-09/msg00150.html shafi On 14 September 2011 15:07, Mohamed Shafi shafi...@gmail.com wrote: Hi, I am working on a 32bit private target which has the following restriction 1. store/load can happen only through a general purpose register

Reloading going wrong. Bug in GCC?

2011-09-14 Thread Mohamed Shafi
Hi, I am working on a 32bit private target which has the following restriction 1. store/load can happen only through a general purpose register (GP_REGS) 2. base register should be an address register (AD_REGS) 3. moves between GP_REGS and AD_REGS can happen only through PT_REGS In a PRE_MODIFY