Commit 45343b92 by Ulrich Weigand Committed by Ulrich Weigand

loop-2.c: Avoid matching new-line in regexp.

	* gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
	* gcc.dg/tree-ssa/loop-4.c: Likewise.

From-SVN: r88110
parent 9b2b6c0f
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.
......
......@@ -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. */
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment