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
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