Commit 7c38ade9 by Uros Bizjak Committed by Uros Bizjak

pr34692.c: Cleanup gimple dump file.

	* gcc.dg/gomp/pr34692.c: Cleanup gimple dump file.
	* gcc.dg/tree-ssa/ssa-lim-3.c: Remove -fdump-tree-optimized
	from dg-options.

From-SVN: r133383
parent a1289801
2008-03-20 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/gomp/pr34692.c: Cleanup gimple dump file.
* gcc.dg/tree-ssa/ssa-lim-3.c: Remove -fdump-tree-optimized
from dg-options.
2008-03-20 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/35621
......@@ -24,3 +24,5 @@ b
cde f g h);
}
}
/* { dg-final { cleanup-tree-dump "gimple" } } */
/* { dg-do compile } */
/* { dg-options "-O -fdump-tree-lim-details -fdump-tree-optimized" } */
/* { dg-options "-O -fdump-tree-lim-details" } */
struct { int x; int y; } global;
void foo(int n)
......
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