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

Michael Matz matz@suse.de
Wed May 14 10:20:00 GMT 2003


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.



More information about the Gcc-patches mailing list