]> git.ipfire.org Git - thirdparty/gcc.git/commit
backport: re PR target/71103 (avr-gcc crashes with unrecognizable insn error)
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 20 Jun 2016 12:02:36 +0000 (12:02 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 20 Jun 2016 12:02:36 +0000 (12:02 +0000)
commitcc0c465f07083d9c4bd9e0d471dd9828e62f47c3
tree74ea74289a1a50cee015ef7781837854d15ae6a2
parent4e24ac16b3288112d782fe856296a04c269e79ad
backport: re PR target/71103 (avr-gcc crashes with unrecognizable insn error)

gcc/
Backport from 2016-06-20 trunk r237589, r236558.
PR target/71103
* config/avr/avr.md (movqi): Handle loading subreg:qi (const,
symbol_ref,label_ref).
gcc/testsuite/
Backport from 2016-06-20 trunk r237589, r236558.
PR target/71103
* gcc.target/avr/pr71103.c: New test.
* gcc.target/avr/torture/pr71103-2.c: New test.

Co-Authored-By: Pitchumani Sivanupandi <pitchumani.s@atmel.com>
From-SVN: r237594
gcc/ChangeLog
gcc/config/avr/avr.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/avr/pr71103.c [new file with mode: 0644]
gcc/testsuite/gcc.target/avr/torture/pr71103-2.c [new file with mode: 0644]