| Submitter | Xinliang David Li |
|---|---|
| Date | June 14, 2011, 7:13 a.m. |
| Message ID | <20110614071311.60C6C201F2@syzygy.mtv.corp.google.com> |
| Download | mbox | patch |
| Permalink | /patch/100288/ |
| State | New |
| Headers | show |
Comments
Patch
Index: cp/semantics.c =================================================================== --- cp/semantics.c (revision 174851) +++ cp/semantics.c (working copy) @@ -3415,8 +3415,7 @@ emit_associated_thunks (tree fn) enabling you to output all the thunks with the function itself. */ if (DECL_VIRTUAL_P (fn) /* Do not emit thunks for extern template instantiations. */ - && ! DECL_REALLY_EXTERN (fn) - && ! cgraph_is_auxiliary (fn)) + && ! DECL_REALLY_EXTERN (fn)) { tree thunk;