r142796 - in /branches/lto/gcc: ChangeLog.lto c...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Wed Dec 17 17:37:00 GMT 2008
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
More information about the Gcc-cvs
mailing list