Commit 163e7480 by Uros Bizjak Committed by Uros Bizjak

cunroll-9.c: Dump cunrolli details.

	* gcc.dg/tree-ssa/cunroll-9.c: Dump cunrolli details.
	Fix scan-tree-dump-times directive.

From-SVN: r193153
parent d459f870
2012-11-05 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tree-ssa/cunroll-9.c: Dump cunrolli details.
Fix scan-tree-dump-times directive.
2012-11-04 Janus Weil <janus@gcc.gnu.org>
PR fortran/55199
......
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-cunrolli" } */
/* { dg-options "-O2 -fdump-tree-cunrolli-details" } */
void abort (void);
int a[10];
int b[11];
......@@ -18,5 +18,5 @@ t (int n)
}
return sum;
}
/* { dg-final { scan-tree-dump-times 1 "Removed pointless exit:" "cunroli" } } */
/* { dg-final { scan-tree-dump-times "Removed pointless exit:" 1 "cunroli" } } */
/* { dg-final { cleanup-tree-dump "cunroli" } } */
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