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]

r142796 - in /branches/lto/gcc: ChangeLog.lto c...


Author: dnovillo
Date: Wed Dec 17 17:37:18 2008
New Revision: 142796

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142796
Log:
2008-12-17  Diego Novillo  <dnovillo@google.com>

	* cgraphunit.c (cgraph_expand_function): Move call to
	lang_hooks.callgraph.emit_associated_thunks to
	cgraph_emit_thunks.
	(cgraph_emit_thunks): New.
	(cgraph_optimize): Call it.
	Only emit thunks on locally defined nodes.

cp/ChangeLog.lto

	* cp/method.c (use_thunk): Disable generation of asm
	thunks.  Add FIXME note.

testsuite/ChangeLog.lto:

	* g++.dg/lto/20081217-1_0.C: New.
	* g++.dg/lto/20081217-2_0.C: New.



Added:
    branches/lto/gcc/testsuite/g++.dg/lto/20081217-1_0.C
    branches/lto/gcc/testsuite/g++.dg/lto/20081217-2_0.C
Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/cgraphunit.c
    branches/lto/gcc/cp/ChangeLog.lto
    branches/lto/gcc/cp/method.c
    branches/lto/gcc/testsuite/ChangeLog.lto


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