This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/44285] Need an option that will create symbols for all public c++ methods, not only for those which bodies are outside the class declaration



------- Comment #2 from jakub at gcc dot gnu dot org  2010-05-26 16:34 -------
GCC has -fkeep-inline-functions, perhaps that's what you are looking for.
That said, I still don't understand why you need something like that.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44285


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]