2016-02-09 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Feb 2016 15:04:48 +0000 (15:04 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Feb 2016 15:04:48 +0000 (15:04 +0000)
* gcc.dg/vect/vect-mask-store-move-1.c: Add missing space.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233245 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-mask-store-move-1.c

index 13af6e2..c15fe5f 100644 (file)
@@ -1,4 +1,9 @@
+2016-02-09  Richard Biener  <rguenther@suse.de>
+
+       * gcc.dg/vect/vect-mask-store-move-1.c: Add missing space.
+
 2016-02-09  Alexander Fomin  <alexander.fomin@intel.com>
+
        * gcc.target/i386/avx512f-klogic-2.c: Adjust expectation.
 
 2016-02-09  Yuri Rumyantsev  <ysrumyan@gmail.com>
index cc081bd..f5cae4f 100644 (file)
@@ -15,4 +15,4 @@ void foo (int n)
       }
 }
 
-/* { dg-final { scan-tree-dump-times "Move stmt to created bb" 6 "vect"{ target { i?86-*-* x86_64-*-* } } } } */
+/* { dg-final { scan-tree-dump-times "Move stmt to created bb" 6 "vect" { target { i?86-*-* x86_64-*-* } } } } */