Commit 8402b3e1 by Michael Matz Committed by Michael Matz

* method.c (use_thunk): Call init_insn_lengths.

From-SVN: r102817
parent 3e0a6ca6
2005-08-06 Michael Matz <matz@suse.de>
* method.c (use_thunk): Call init_insn_lengths.
2005-08-05 James A. Morrison <phython@gcc.gnu.org>
PR c++/22514
......
......@@ -441,6 +441,7 @@ use_thunk (tree thunk_fndecl, bool emit_p)
fixed_offset, virtual_value, alias);
assemble_end_function (thunk_fndecl, fnname);
init_insn_lengths ();
current_function_decl = 0;
cfun = 0;
TREE_ASM_WRITTEN (thunk_fndecl) = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment