>>>>> "Jim" == James E Wilson <[EMAIL PROTECTED]> 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