[Bug middle-end/11375] rtl_dump_file problems in rest_of_compilation

2005-04-19 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11375

[Bug middle-end/11375] rtl_dump_file problems in rest_of_compilation

2005-03-12 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-13 01:32 --- This open_dump_file change looks like a sufficient solution to me. That prevents us from accidentally trying to open two dump files at the same time. The equivalent problem with close_dump_file is not serio

[Bug middle-end/11375] rtl_dump_file problems in rest_of_compilation

2005-03-12 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-03-12 21:28 --- (In reply to comment #0) > Consider the relatively new bt-load optimization. It runs in the middle of > the > flow2 pass. It opens and closes its own dump file, DFI_branch_target_load. > This is all well

[Bug middle-end/11375] rtl_dump_file problems in rest_of_compilation

2005-03-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-12 17:15 --- Some update on this bug. rest_of_handle_ssa is removed and has been since 3.4.0. -- What|Removed |Added --