aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/trans.c
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.ibm.com>2019-12-16 08:03:28 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2019-12-16 08:03:28 +0000
commit070fa48b0a4fbdc754e18962d586f41cc263dad7 (patch)
tree9d4b10d04c6a5cd89453fa4adf9b8e560b6117db /gcc/ada/gcc-interface/trans.c
parent438fbf630358e113747c77b5be64fc3c1321d12a (diff)
downloadgcc-070fa48b0a4fbdc754e18962d586f41cc263dad7.zip
gcc-070fa48b0a4fbdc754e18962d586f41cc263dad7.tar.gz
gcc-070fa48b0a4fbdc754e18962d586f41cc263dad7.tar.bz2
Fix PR92950: Wrong code emitted for movv1qi
The backend emits 16 bit memory loads for single element character vector. As a result the character will not be right justified in the GPR. gcc/ChangeLog: 2019-12-16 Andreas Krebbel <krebbel@linux.ibm.com> PR target/92950 * config/s390/vector.md ("mov<mode>" for V_8): Replace lh, lhy, and lhrl with llc. gcc/testsuite/ChangeLog: 2019-12-16 Andreas Krebbel <krebbel@linux.ibm.com> PR target/92950 * gcc.target/s390/vector/pr92950.c: New test. From-SVN: r279410
Diffstat (limited to 'gcc/ada/gcc-interface/trans.c')
0 files changed, 0 insertions, 0 deletions