-
- Downloads
tree-pass.h (TDF_GRAPH): Define.
* tree-pass.h (TDF_GRAPH): Define. * tree-dump.c (dump_options): Don't set TDF_GRAPH in "all". * passes.c (finish_optimization_passes): Only call finish_graph_dump_file if TDF_GRAPH is set. (execute_one_pass): Only call clean_graph_dump_file if dump_file != NULL. Set TDF_GRAPH bit. (execute_todo): Call print_rtl_graph_with_bb if TDF_GRAPH is set. * gcc.dg/20050811-1.c: New test. * gcc.dg/20050811-2.c: New test. From-SVN: r103304
Showing
- gcc/ChangeLog 10 additions, 0 deletionsgcc/ChangeLog
- gcc/passes.c 19 additions, 8 deletionsgcc/passes.c
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.dg/20050811-1.c 20 additions, 0 deletionsgcc/testsuite/gcc.dg/20050811-1.c
- gcc/testsuite/gcc.dg/20050811-2.c 20 additions, 0 deletionsgcc/testsuite/gcc.dg/20050811-2.c
- gcc/tree-dump.c 1 addition, 1 deletiongcc/tree-dump.c
- gcc/tree-pass.h 2 additions, 0 deletionsgcc/tree-pass.h
Loading
Please register or sign in to comment