builtins-6.h (foo): Add missing closing bracket to the function.
authorCarl Love <cel@us.ibm.com>
Thu, 18 Jan 2018 20:38:41 +0000 (20:38 +0000)
committerCarl Love <carll@gcc.gnu.org>
Thu, 18 Jan 2018 20:38:41 +0000 (20:38 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/vsx-vector-6.h

index 3110c486400b7464beeeac3c9f9b192267c99981..fad4ddc730459a586ead06893001522cba7cc2d9 100644 (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
index a3e89cfaa74e17181028dad76077df18d81d92a8..422f8a1ad478ce7b221005bfa655c545112402e8 100644 (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()
 {