http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50566
--- Comment #5 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-10-04 08:23:08 UTC --- Author: gjl Date: Tue Oct 4 08:23:03 2011 New Revision: 179494 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179494 Log: PR target/50566 * config/avr/avr-protos.h (avr_legitimize_reload_address): New prototype. * config/avr/avr.h (LEGITIMIZE_RELOAD_ADDRESS): Copy worker code from here... * config/avr/avr.c (avr_legitimize_reload_address) ...to this new function. Log if avr_log.legitimize_reload_address. Modified: trunk/gcc/ChangeLog trunk/gcc/config/avr/avr-protos.h trunk/gcc/config/avr/avr.c trunk/gcc/config/avr/avr.h