Commit 33436e29 by Steve Ellcey Committed by Steve Ellcey

re PR testsuite/39297 (gcc.dg/tree-ssa/loop-31.c)

2009-06-23  Steve Ellcey  <sje@cup.hp.com>

	PR testsuite/39297
	* gcc.dg/ssa/loop-31.c: Change scan rules.

From-SVN: r148862
parent 79e2c7b0
2009-06-23 Steve Ellcey <sje@cup.hp.com>
PR testsuite/39297
* gcc.dg/ssa/loop-31.c: Change scan rules.
2009-06-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* gcc.dg/cpp/empty-include.c: Update column info.
......
......@@ -15,5 +15,7 @@ short foo (int len, int v)
/* When we do not have addressing mode including multiplication,
the memory access should be strength-reduced. */
/* { dg-final { scan-tree-dump-times " \\+ 2" 1 "optimized" { target arm-*-* ia64-*-* } } } */
/* { dg-final { scan-tree-dump-times " \\+ 2" 1 "optimized" { target arm-*-* } } } */
/* { dg-final { scan-tree-dump-times " \\+ 2" 1 "optimized" { target { ia64-*-* && ilp32 } } } } */
/* { dg-final { scan-tree-dump-times " \\+ 2" 2 "optimized" { target { ia64-*-* && lp64 } } } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
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