------- Comment #7 from jwakely dot gcc at gmail dot com 2010-05-26 16:55 ------- If you only want meth_used and meth_unused to be emitted but you insist on making them inline, then put them in a separate translation unit and compile that with -fkeep-inline-functions.
If I understand what you want then you can already do it with no need for new attributes or visibility types. You just need to structure your code appropriately. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44285