This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Reload autoincrement bug


On Wed, 2006-03-22 at 22:01, Paul Brook wrote:
> Reload contains special code for reloading autoincrement addresses.  However 
> this only handles {PRE,POST}_{INC,DEC}, and not {PRE,POST}_MODIFY.
> This causes ICEs in the gcc testsuite on a slightly modified Arm toolchain.
> 
> The attached patch makes reload handle all supported autoincrement address 
> forms.
> 
> Tested with cross to arm-none-eabi
> Ok?

OK.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]