------- Comment #3 from janis at gcc dot gnu dot org 2005-11-29 00:13 ------- A regression hunt identified the following patch:
http://gcc.gnu.org/viewcvs?view=rev&rev=104103 r104103 | mmitchel | 2005-09-09 18:56:16 +0000 (Fri, 09 Sep 2005) | 15 lines PR c++/22252 * decl.c (start_preparsed_function): Do not pay attention to #pragma interface for implicitly-defined methods. * decl2.c (cp_finish_file): Do not complain about uses of inline functions that have bodies, even if we decided not to emit the body in this translation unit. * semantics.c (note_decl_for_pch): Do not mess with linkage. (expand_or_defer_fn): Make inline, non-template functions COMDAT at this point. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25010