re PR testsuite/88369 (g++.dg/vect/pr33426-ivdep.cc etc. FAIL)
authorJakub Jelinek <jakub@redhat.com>
Mon, 10 Dec 2018 12:42:05 +0000 (13:42 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 10 Dec 2018 12:42:05 +0000 (13:42 +0100)
PR testsuite/88369
* gcc.dg/vect/vect-ivdep-1.c: Prune versioning for alignment messages.
* gcc.dg/vect/vect-ivdep-2.c: Likewise.
* gcc.dg/vect/nodump-vect-opt-info-1.c: Likewise.
* g++.dg/vect/pr33426-ivdep.cc: Likewise.
* g++.dg/vect/pr33426-ivdep-2.cc: Likewise.
* g++.dg/vect/pr33426-ivdep-3.cc: Likewise.
* g++.dg/vect/pr33426-ivdep-4.cc: Likewise.

From-SVN: r266952

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/vect/pr33426-ivdep-2.cc
gcc/testsuite/g++.dg/vect/pr33426-ivdep-3.cc
gcc/testsuite/g++.dg/vect/pr33426-ivdep-4.cc
gcc/testsuite/g++.dg/vect/pr33426-ivdep.cc
gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-1.c
gcc/testsuite/gcc.dg/vect/vect-ivdep-1.c
gcc/testsuite/gcc.dg/vect/vect-ivdep-2.c

index ff2d5b5..20abb39 100644 (file)
@@ -1,3 +1,14 @@
+2018-12-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR testsuite/88369
+       * gcc.dg/vect/vect-ivdep-1.c: Prune versioning for alignment messages.
+       * gcc.dg/vect/vect-ivdep-2.c: Likewise.
+       * gcc.dg/vect/nodump-vect-opt-info-1.c: Likewise.
+       * g++.dg/vect/pr33426-ivdep.cc: Likewise.
+       * g++.dg/vect/pr33426-ivdep-2.cc: Likewise. 
+       * g++.dg/vect/pr33426-ivdep-3.cc: Likewise.
+       * g++.dg/vect/pr33426-ivdep-4.cc: Likewise.
+
 2018-12-10  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/88415
index 3ebd07a..bae7c4c 100644 (file)
@@ -30,6 +30,7 @@ void bar(int n, int *a, int *b, int *c) {
 
 /* { dg-message "loop vectorized" "" { target *-*-* } 0 } */
 /* { dg-bogus " version\[^\n\r]* alias" "" { target *-*-* } 0 } */
+/* { dg-prune-output " version\[^\n\r]* alignment" } */
 
 /* { dg-final { scan-tree-dump-times "ANNOTATE_EXPR " 2 "original" } } */
 /* { dg-final { scan-tree-dump-times "ANNOTATE " 2 "gimple" } } */
index 0d84874..1183447 100644 (file)
@@ -17,6 +17,7 @@ void foo(int *a) {
 
 /* { dg-message "loop vectorized" "" { target *-*-* } 0 } */
 /* { dg-bogus " version\[^\n\r]* alias" "" { target *-*-* } 0 } */
+/* { dg-prune-output " version\[^\n\r]* alignment" } */
 
 /* { dg-final { scan-tree-dump-times "ANNOTATE_EXPR " 1 "original" } } */
 /* { dg-final { scan-tree-dump-times "ANNOTATE " 1 "gimple" } } */
index 2fb33c4..a0da5cf 100644 (file)
@@ -22,6 +22,7 @@ void foo(std::vector<int> *ar, int *b) {
 
 /* { dg-message "loop vectorized" "" { target *-*-* } 0 } */
 /* FIXME:     dg-bogus " version\[^\n\r]* alias" "" { target *-*-* } 0  */
+/* { dg-prune-output " version\[^\n\r]* alignment" } */
 
 /* { dg-final { scan-tree-dump-times "ANNOTATE_EXPR " 1 "original" } } */
 /* { dg-final { scan-tree-dump-times "ANNOTATE " 1 "gimple" } } */
index 2798d9d..62bb16c 100644 (file)
@@ -15,3 +15,4 @@ void foo(int n, int *a, int *b, int *c, int *d, int *e) {
 
 /* { dg-message "loop vectorized" "" { target *-*-* } 0 } */
 /* { dg-bogus " version\[^\n\r]* alias" "" { target *-*-* } 0 } */
+/* { dg-prune-output " version\[^\n\r]* alignment" } */
index 258e378..3bfe498 100644 (file)
@@ -4,6 +4,7 @@
 void
 vadd (int *dst, int *op1, int *op2, int count)
 {
+/* { dg-prune-output " version\[^\n\r]* alignment" } */
 /* { dg-optimized "loop vectorized" "" { target *-*-* } .+2 } */
 /* { dg-optimized "loop versioned for vectorization because of possible aliasing" "" { target *-*-* } .+1 } */
   for (int i = 0; i < count; ++i)
index 76c9204..f32bc7a 100644 (file)
@@ -15,3 +15,4 @@ void foo(int n, int *a, int *b, int *c, int *d, int *e) {
 
 /* { dg-message "loop vectorized" "" { target *-*-* } 0 } */
 /* { dg-bogus " version\[^\n\r]* alias" "" { target *-*-* } 0 } */
+/* { dg-prune-output " version\[^\n\r]* alignment" } */
index ac2dbc1..e623b46 100644 (file)
@@ -31,3 +31,4 @@ void bar(int n, int *a, int *b, int *c) {
 
 /* { dg-message "loop vectorized" "" { target *-*-* } 0 } */
 /* { dg-bogus " version\[^\n\r]* alias" "" { target *-*-* } 0 } */
+/* { dg-prune-output " version\[^\n\r]* alignment" } */