Re: incomplete tree dump with flag -fdump-tree-all

2009-05-12 Thread Ian Lance Taylor
Fengzhe Zhang writes: > I found that the tree dump (xxx.c.t00.tu file) with -fdump-tree-all > flag is incomplete in gcc-4.1.2. And the tree-dump.c is not modified > for this bug up to 4.4.0. > > When a function body contains a for-statement or if-statement, the > stmt-list will break, and the res

incomplete tree dump with flag -fdump-tree-all

2009-05-12 Thread Fengzhe Zhang
Hi, I found that the tree dump (xxx.c.t00.tu file) with -fdump-tree-all flag is incomplete in gcc-4.1.2. And the tree-dump.c is not modified for this bug up to 4.4.0. When a function body contains a for-statement or if-statement, the stmt-list will break, and the rest of the function body is lost