http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49939
--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-10-12 09:59:34 UTC --- Author: gjl Date: Wed Oct 12 09:59:30 2011 New Revision: 179843 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179843 Log: PR target/49939 * config/avr/avr.md (*movqi): Rename to movqi_insn. (*call_insn): Rename to call_insn. (*call_value_insn): Rename to call_value_insn. * config/avr/avr.c (avr_2word_insn_p): New static function. (jump_over_one_insn_p): Use it. Modified: trunk/gcc/ChangeLog trunk/gcc/config/avr/avr.c trunk/gcc/config/avr/avr.md