loop-2.c: Avoid matching new-line in regexp.
authorUlrich Weigand <uweigand@de.ibm.com>
Sat, 25 Sep 2004 20:53:44 +0000 (20:53 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Sat, 25 Sep 2004 20:53:44 +0000 (20:53 +0000)
* gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
* gcc.dg/tree-ssa/loop-4.c: Likewise.

From-SVN: r88110

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/loop-2.c
gcc/testsuite/gcc.dg/tree-ssa/loop-4.c

index b2db1410711ce9b3b341ddbed796e3350c690faf..2dff62bb8c997165dd4372ac48a1308a62652290 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
+       * gcc.dg/tree-ssa/loop-4.c: Likewise.
+
 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
 
        * gfortran.dg/pr15324.f90: Make array bounds consistent.
index 41f42215b857d2e33d816f399d873d0da08e1546..2bb04105a12c6fa324f4f6d82f04bf7087840fe0 100644 (file)
@@ -23,7 +23,7 @@ void xxx(void)
 
 /* Access to arr_base[iter].y should be strength reduced.  */
 
-/* { dg-final { scan-tree-dump-times "arr_base.*=" 0 "vars" } } */
+/* { dg-final { scan-tree-dump-times "arr_base\[^\\n\\r\]*=" 0 "vars" } } */
 
 /* 17 * iter should be strength reduced.  */
 
index 2d3ca62422ee9c0133057e3dc2affa865684a069..a1dabfd9bcbf13559fe2cdaeaa69eb9daad8adc9 100644 (file)
@@ -25,7 +25,7 @@ void xxx(void)
 
 /* Access to arr_base[iter].y should be strength reduced.  */
 
-/* { dg-final { scan-tree-dump-times "arr_base.*=" 0 "vars" } } */
+/* { dg-final { scan-tree-dump-times "arr_base\[^\\n\\r\]*=" 0 "vars" } } */
 
 /* And the original induction variable should be eliminated.  */