This is the mail archive of the gcc@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: Assembling pending decls before writing their debug info


>>>>> "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


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