This is the mail archive of the gcc-patches@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]

Re: [RFA] __attribute__((inline_everything)) 2nd try


Hi,

On Wed, 14 May 2003, Richard Guenther wrote:

> I finally got it working - apart from automatically setting
> __attribute__((noinline)), if __attribute__((inline_everything)) is
> specified - how am I supposed to do this?

c-common.c.  Add a handle_inline_everything_attribute() function, and
clone it from handle_noinline_attribute().

Then look for all occurences of "noinline" in the .c files, and decide if
you need to do something special with them.  Most of them are explicit
lookup_attribute calls, dealing with warning about conflicting attribute
specifiers.

I still think the name is ugly ;)


Ciao,
Michael.


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