This is the mail archive of the gcc-help@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: __attribute__


Where can I get a list of all __attributes__ for
functions, structs, etc., that is used by gcc.

For eg:, __attribute__((packed))

"info gcc" --> "C Extensions" --> "{Function,Variable,Type} Attributes".


The info manual contains a wealth of information, you might
want to read it front-to-back, or at least skim it -- it's
way too much to absorb all at once, but at least you'll know
what's there :-)


Segher



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