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:
Carl Love 2018-01-18 20:38:41 +00:00 committed by Carl Love
parent 6aee2fd064
commit 3480ed3a8f
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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()
{