This is the mail archive of the gcc-cvs@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]

r144167 - in /branches/lto/gcc: ChangeLog.lto M...


Author: dnovillo
Date: Fri Feb 13 21:54:32 2009
New Revision: 144167

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144167
Log:

	* lto-tree-flags.def (VAR_DECL, FUNCTION_DECL): Remove
	asm_written_flag.
	* toplev.c (compile_file): Move call to coverage_finish ...
	* cgraphunit.c (ipa_passes): ... here.
	Include coverage.h.
	(cgraph_build_static_cdtor): Set DECL_CONTEXT for RESDECL.
	* ipa-utils.c (ipa_utils_reduced_inorder): Handle
	CONSTRUCTOR nodes.
	* ipa-inline.c (cgraph_decide_inlining): Do not expect
	profile_info to be set in LTO.
	* Makefile.in (cgraphunit.o): Add dependency on COVERAGE_H.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/Makefile.in
    branches/lto/gcc/cgraphunit.c
    branches/lto/gcc/ipa-inline.c
    branches/lto/gcc/ipa-utils.c
    branches/lto/gcc/lto-tree-flags.def
    branches/lto/gcc/toplev.c


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