]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc: xtensa: fix PR target/102115
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 7 Sep 2021 22:40:00 +0000 (15:40 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 7 Sep 2021 22:40:26 +0000 (15:40 -0700)
commitb552c4e601c7fdc4d341e29cc1ed6081d42b00d0
treed748386dadd4ebfee78107512ac5ec20e5520546
parent21b046bade1c2666b82139d18c8b318bb051415e
gcc: xtensa: fix PR target/102115

2021-09-07  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
gcc/
PR target/102115
* config/xtensa/xtensa.c (xtensa_emit_move_sequence): Add
'CONST_INT_P (src)' to the condition of the block that tries to
eliminate literal when loading integer contant.
gcc/config/xtensa/xtensa.c