mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 22:01:20 +08:00
builtins-6.h (foo): Add missing closing bracket to the function.
gcc/testsuite/ChangeLog: 2018-01-18 Carl Love <cel@us.ibm.com> * gcc.target/powerpc/builtins-6.h (foo): Add missing closing bracket to the function. From-SVN: r256864
This commit is contained in:
parent
6aee2fd064
commit
3480ed3a8f
@ -1,3 +1,7 @@
|
||||
2018-01-18 Carl Love <cel@us.ibm.com>
|
||||
* gcc.target/powerpc/builtins-6.h (foo): Add missing closing bracket
|
||||
to the function.
|
||||
|
||||
2018-01-18 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/81013
|
||||
|
@ -135,7 +135,7 @@ void foo (vector double *out, vector double *in, vector long *p_l, vector bool l
|
||||
|
||||
*in++ = vec_andc (inbl0, in1);
|
||||
*in++ = vec_andc (in0, inbl1);
|
||||
|
||||
}
|
||||
|
||||
int main()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user