re PR target/71103 (avr-gcc crashes with unrecognizable insn error)
authorPitchumani Sivanupandi <pitchumani.s@atmel.com>
Sat, 21 May 2016 10:47:27 +0000 (10:47 +0000)
committerDenis Chertykov <denisc@gcc.gnu.org>
Sat, 21 May 2016 10:47:27 +0000 (13:47 +0300)
commit8e916b1650bfb449cf121b432d7f08e210f1782f
tree3165cf398cdf026a4c35a082462aaab4768d33d9
parent03b2a15fa54e5ea1d02e86bb036f4692b155151e
re PR target/71103 (avr-gcc crashes with unrecognizable insn error)

PR target/71103
* config/avr/avr.md (define_expand "mov<mode>"): If the source
operand is subreg (symbol_ref) then move the symbol ref to register.

PR target/71103
* gcc.target/avr/pr71103.c: New test.

From-SVN: r236558
gcc/ChangeLog
gcc/config/avr/avr.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/avr/pr71103.c [new file with mode: 0644]