This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Who wrote gcc manual's trees chapter?
- To: gcc at gcc dot gnu dot org
- Subject: Who wrote gcc manual's trees chapter?
- From: Dave Morse <svref at yahoo dot com>
- Date: Fri, 7 Sep 2001 14:53:54 -0700
- Reply-To: svref at yahoo dot com
Hi,
I'm looking for the author of chapter 18 of the gcc manual. The chapter
is entitled "Trees: The intermediate representation used by the C and C++
front ends".
___past here for the author___
I'm finding this chapter invaluable, and I would like to thank you.
Also, I'm finding a few of the functions/macros documented to not be
defined in the C frontend, only the C++ frontend.
So far I've found:
TYPE_PTR_P (tree)
TYPE_BUILT_IN (tree)
I'd like to know how to do without them in the C front end, and I'm
betting you're the person to ask.
Sincerely
Dave