This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Assembling pending decls before writing their debug info
- From: Tom Tromey <tromey at redhat dot com>
- To: James E Wilson <wilson at specifix dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 25 Aug 2005 09:12:59 -0600
- Subject: Re: Assembling pending decls before writing their debug info
- References: <m34q9g7ekh.fsf@redhat.com> <430CCB79.7070706@specifix.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jim" == James E Wilson <wilson@specifix.com> writes:
Jim> The interface between the front ends and cgraph really needs to be
Jim> worked out here. Currently, the C and C++ front ends are calling some
Jim> cgraph functions in different orders, and we are having lots of debug
Jim> related problems.
Let me enter a plea for more documentation. For gcjx I only found out
about the cgraph functions by happenstance. And it was far from clear
what should be called when -- I kind of duplicated what gcj did, but I
really have no idea if it is correct. About the best I can say is
that it seems to work.
Tom