This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Unify tree/RTL dump file handling (1/5)


On Thu, Aug 26, 2004 at 12:26:18AM +0200, Paolo Bonzini wrote:
> 	* cfgexpand.c (tree_expand_cfg): Fix incorrect comment.
> 	Don't print function name to the dump file, the pass manager
> 	would do this for us. Add code from the top of
> 	rest_of_compilation, up to the initial RTL dump.
> 	* passes.c (rest_of_handle_jump): Call fixup_tail_calls and
> 	close the DFI_sibling dump file.
> 	(rest_of_compilation): Don't do that here.  Remove code up to the
> 	initial RTL dump.
> 	(init_optimization_passes): Remove.
> 	(pass_rest_of_compilation): Change pass name to NULL.
> 	* toplev.c (lang_dependent_init): Do not use an empty dump file prefix.
> 	Do not call init_optimization_passes.
> 	* toplev.h (init_optimization_passes): Remove.

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]