r222129 - in /trunk/gcc: ChangeLog function.c f...

vries@gcc.gnu.org vries@gcc.gnu.org
Wed Apr 15 18:43:00 GMT 2015


Author: vries
Date: Wed Apr 15 18:43:32 2015
New Revision: 222129

URL: https://gcc.gnu.org/viewcvs?rev=222129&root=gcc&view=rev
Log:
Fix fdump-passes

2015-04-15  Tom de Vries  <tom@codesourcery.com>

	PR other/65487
	* function.c (push_dummy_function): New function.
	(init_dummy_function_start): Use push_dummy_function.
	(pop_dummy_function): New function.  Factored out of ...
	(expand_dummy_function_end): ... here.
	* function.h (push_dummy_function, pop_dummy_function): Declare.
	* passes.c (pass_manager::dump_passes): Use push_dummy_function and
	pop_dummy_function.
	* tree-chkp.c (chkp_gate): Handle cgraph_node::get (cfun->decl) == NULL.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/function.c
    trunk/gcc/function.h
    trunk/gcc/passes.c
    trunk/gcc/tree-chkp.c



More information about the Gcc-cvs mailing list