aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/misc.c
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.ibm.com>2019-03-11 13:30:35 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2019-03-11 13:30:35 +0000
commitac5aeaae413341adc57926e8ab43fd1e3ec9f7c2 (patch)
tree5b6a114eb45b1da41ba0090001479c5206b6e9b3 /gcc/ada/gcc-interface/misc.c
parent8b9482b2d77da5b8db979845b49b3b91bcf898e9 (diff)
downloadgcc-ac5aeaae413341adc57926e8ab43fd1e3ec9f7c2.zip
gcc-ac5aeaae413341adc57926e8ab43fd1e3ec9f7c2.tar.gz
gcc-ac5aeaae413341adc57926e8ab43fd1e3ec9f7c2.tar.bz2
S/390: Fix immediate vector operands for some builtins.
This fixes a problem with vec_add/sub_u128 builtins. The s390_expand_builtin backend function is supposed to convert the operand to TImode *AND* load it into a vector register. The current implementation did only the conversion and gave up then. gcc/ChangeLog: 2019-03-11 Andreas Krebbel <krebbel@linux.ibm.com> * config/s390/s390.c (s390_expand_builtin): Do the copy_to_reg not only on the else branch. gcc/testsuite/ChangeLog: 2019-03-11 Andreas Krebbel <krebbel@linux.ibm.com> * gcc.target/s390/zvector/vec-addc-u128.c: New test. From-SVN: r269583
Diffstat (limited to 'gcc/ada/gcc-interface/misc.c')
0 files changed, 0 insertions, 0 deletions