builtins-3-p9.c (test_ne_long()): Change arguments and return type to bool long long.
gcc/testsuite/ChangeLog: 2017-01-16 Carl Love <cel@us.ibm.com> * gcc.target/powerpc/builtins-3-p9.c (test_ne_long()): Change arguments and return type to bool long long. From-SVN: r244499
This commit is contained in:
parent
83291b8b8c
commit
ce12ee9e68
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-01-16 Carl Love <cel@us.ibm.com>
|
||||
|
||||
* gcc.target/powerpc/builtins-3-p9.c (test_ne_long()):
|
||||
Change arguments and return type to bool long long.
|
||||
|
||||
2017-01-16 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR testsuite/79051
|
||||
|
|
|
@ -22,8 +22,8 @@ test_ne_int (vector bool int x, vector bool int y)
|
|||
return vec_cmpne (x, y);
|
||||
}
|
||||
|
||||
vector bool long
|
||||
test_ne_long (vector bool long x, vector bool long y)
|
||||
vector bool long long
|
||||
test_ne_long (vector bool long long x, vector bool long long y)
|
||||
{
|
||||
return vec_cmpne (x, y);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue