This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: query on documentation
- To: raybry at us dot ibm dot com
- Subject: Re: query on documentation
- From: Andi Kleen <ak at suse dot de>
- Date: 28 Mar 2000 23:19:00 +0200
- Cc: gcc at gcc dot gnu dot org
- References: <852568B0.005E7DBA.00@d54mta08.raleigh.ibm.com>
raybry@us.ibm.com writes:
> You,re right -- I missed those in "info gcc". But it doesn't appear to be
> a full list.
> For example, __builtin_constant_p and __builtin_return_address aren't
> there.
> (The list in info gcc appears to be related to var args processing.)
__builtin_return_address is documented in ``C extensions''/
``Return Address''
__builtin_constant_p in ``C extensions'' / ``Other builtins''
Both in the gcc manual.
-Andi