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: gcc extension documentation?


Hi Brendan,

> Is there some place that really lists everything?

Yes:
http://gcc.gnu.org/onlinedocs/

__FUNCTION__ and __PRETTY_FUNCTION__
http://gcc.gnu.org/onlinedocs/gcc-4.3.0/gcc/Function-Names.html

And other documentation about the C Preprocessor...
http://gcc.gnu.org/onlinedocs/gcc-4.3.0/cpp.pdf

HTH,
-Eljay


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