Message ID | 20110614071311.60C6C201F2@syzygy.mtv.corp.google.com |
---|---|
State | New |
Headers | show |
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;