diff options
author | Carl Love <cel@us.ibm.com> | 2017-06-07 22:23:15 +0000 |
---|---|---|
committer | Carl Love <carll@gcc.gnu.org> | 2017-06-07 22:23:15 +0000 |
commit | 989cc652ee02ab598a01ccbeec55ca8e2b7df72d (patch) | |
tree | 15a28cf8c4a3785cf0121c6f7191b5d0fc44d6b3 /gcc/c | |
parent | 4a7f0dc0605c868a232b322862aa3b2e2c945ec9 (diff) | |
download | gcc-989cc652ee02ab598a01ccbeec55ca8e2b7df72d.zip gcc-989cc652ee02ab598a01ccbeec55ca8e2b7df72d.tar.gz gcc-989cc652ee02ab598a01ccbeec55ca8e2b7df72d.tar.bz2 |
rs6000-c: The return type of the following built-in functions was implemented as int not...
gcc/ChangeLog:
2017-06-07 Carl Love <cel@us.ibm.com>
* config/rs6000/rs6000-c: The return type of the following
built-in functions was implemented as int not long long. Fix sign
of return value for the unsigned version of vec_mulo and vec_mule.
vector unsigned long long vec_bperm (vector unsigned long long,
vector unsigned char)
vector signed long long vec_mule (vector signed int,
vector signed int)
vector unsigned long long vec_mule (vector unsigned int,
vector unsigned int)
vector signed long long vec_mulo (vector signed int,
vector signed int)
vector unsigned long long vec_mulo (vector unsigned int,
vector unsigned int)
* doc/extend.texi: Fix the documentation for the built-in
functions.
gcc/testsuite/ChangeLog:
2017-06-07 Carl Love <cel@us.ibm.com>
* gcc.target/powerpc/builtins-3.c: Fix vec_mule, vec_mulo test cases.
---
From-SVN: r248998
Diffstat (limited to 'gcc/c')
0 files changed, 0 insertions, 0 deletions