c - Is there a list of minimum gcc version supporting each __attribute__? -


the official documentation here lists minimum required version small number of attributes:

http://gcc.gnu.org/onlinedocs/gcc/function-attributes.html

is there complete list of version each attribute added in? better list shows ones compatible pcc , tcc.

for gcc versions:

http://www.ohse.de/uwe/articles/gcc-attributes.html

for pcc:

http://pcc.ludd.ltu.se/fisheye/browse/~raw,r=head/pcc/pcc/cc/ccom/gcc_compat.c

for tcc:

??


Comments

Popular posts from this blog

Javascript line number mapping -

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -