Commit 3480ed3a by Carl Love Committed by Carl Love

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
parent 6aee2fd0
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()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment