Issue
The official documentation here only lists the minimum required version for a very small number of attributes:
rel="nofollow">http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html
Is there a complete list of which version each attribute was added in? Even better would be a list that also shows which ones are compatible with pcc and tcc.
Solution
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:
??
Answered By - R.. GitHub STOP HELPING ICE Answer Checked By - Dawn Plyler (WPSolving Volunteer)