http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49487
--- Comment #6 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-07-14 15:15:31 UTC --- Author: gjl Date: Thu Jul 14 15:15:28 2011 New Revision: 176277 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176277 Log: PR target/49487 Backport from mainline r176276 2011-07-14 Georg-Johann Lay * config/avr/avr.md (rotl<mode>3): Generate SCRATCH instead of REG. (*rotw<mode>): Use const_int_operand for operand2. Use match_scatch for operand3. (*rotb<mode>): Ditto * config/avr/avr.c (avr_rotate_bytes): Treat SCRATCH. Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/config/avr/avr.c branches/gcc-4_6-branch/gcc/config/avr/avr.md