]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr33426-ivdep.cc: Use dg-options.
authorTobias Burnus <burnus@net-b.de>
Fri, 25 Oct 2013 19:25:00 +0000 (21:25 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 25 Oct 2013 19:25:00 +0000 (21:25 +0200)
2013-10-25  Tobias Burnus  <burnus@net-b.de>

        * g++.dg/vect/pr33426-ivdep.cc: Use dg-options.
        * gfortran.dg/vect/vect-do-concurrent-1.f90: Ditto.
        * testsuite/gcc.dg/vect/vect-ivdep-1.c: Ditto.

From-SVN: r204074

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/vect/pr33426-ivdep.cc
gcc/testsuite/gcc.dg/vect/vect-ivdep-1.c
gcc/testsuite/gfortran.dg/vect/vect-do-concurrent-1.f90

index 3c27fcc371dee39ec1ee7d2f1c13653d13501687..c8fb3cdfa445cfbf4fd7c9d1a63509e0c359f296 100644 (file)
@@ -1,3 +1,9 @@
+2013-10-25  Tobias Burnus  <burnus@net-b.de>
+
+       * g++.dg/vect/pr33426-ivdep.cc: Use dg-options.
+       * gfortran.dg/vect/vect-do-concurrent-1.f90: Ditto.
+       * testsuite/gcc.dg/vect/vect-ivdep-1.c: Ditto.
+
 2013-10-25  Yufeng Zhang  <yufeng.zhang@arm.com>
 
        * gcc.dg/wmul-1.c: New test.
index 7f867c60e2221c51313447bfefd3ef9997978e39..9715e9423f4e395bd8cef4c84260bcdfc6d1d615 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target vect_float } */
-/* { dg-options "-O3 -fopt-info-vec-optimized" } */
+/* { dg-additional-options "-O3 -fopt-info-vec-optimized" } */
 
 /* PR other/33426 */
 /* Testing whether #pragma ivdep is working.  */
@@ -14,6 +14,6 @@ void foo(int n, int *a, int *b, int *c, int *d, int *e) {
 }
 
 /* { dg-message "loop vectorized" "" { target *-*-* } 0 } */
-/* { dg-bogus "version" "" { target *-*-* } 0 } */
-/* { dg-bogus "alias" "" { target *-*-* } 0 } */
+/* { dg-bogus " version" "" { target *-*-* } 0 } */
+/* { dg-bogus " alias" "" { target *-*-* } 0 } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
index 8767bb87b7ebb5156c0cc8fe102715bc55ed042c..f51b044dfc963498819414725967456c75946fa8 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target vect_float } */
-/* { dg-options "-O3 -fopt-info-vec-optimized" } */
+/* { dg-additional-options "-O3 -fopt-info-vec-optimized" } */
 
 /* PR other/33426 */
 /* Testing whether #pragma ivdep is working.  */
@@ -14,6 +14,6 @@ void foo(int n, int *a, int *b, int *c, int *d, int *e) {
 }
 
 /* { dg-message "loop vectorized" "" { target *-*-* } 0 } */
-/* { dg-bogus "version" "" { target *-*-* } 0 } */
-/* { dg-bogus "alias" "" { target *-*-* } 0 } */
+/* { dg-bogus " version" "" { target *-*-* } 0 } */
+/* { dg-bogus " alias" "" { target *-*-* } 0 } */
 /* { dg-final { cleanup-tree-dump "vect" } } */
index 7d5624175ee64462785618402b375461321cb164..287dfe1d1777b1973de2003be72378c8c1b502e7 100644 (file)
@@ -1,6 +1,6 @@
 ! { dg-do compile }
 ! { dg-require-effective-target vect_float }
-! { dg-options "-O3 -fopt-info-vec-optimized" }
+! { dg-additional-options "-O3 -fopt-info-vec-optimized" }
 
 subroutine test(n, a, b, c)
   integer, value :: n
@@ -12,6 +12,6 @@ subroutine test(n, a, b, c)
 end subroutine test
 
 ! { dg-message "loop vectorized" "" { target *-*-* } 0 }
-! { dg-bogus "version" "" { target *-*-* } 0 }
-! { dg-bogus "alias" "" { target *-*-* } 0 }
+! { dg-bogus " version" "" { target *-*-* } 0 }
+! { dg-bogus " alias" "" { target *-*-* } 0 }
 ! { dg-final { cleanup-tree-dump "vect" } }