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
This commit is contained in:
Uros Bizjak 2008-03-20 16:30:58 +01:00 committed by Uros Bizjak
parent a128980137
commit 7c38ade963
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -24,3 +24,5 @@ b
cde f g h);
}
}
/* { dg-final { cleanup-tree-dump "gimple" } } */

View File

@ -1,5 +1,5 @@
/* { 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)