This is the mail archive of the gcc-patches@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: enhanced structure offset tracking


    I wonder if it has anything to do with the 

	typedef tree_union *_function_tree;
	#define tree _function_tree;

    that occurs in function.h

Yes, I'm sure it does.  Thanks!

I think we can just delete that crud and the similar for rtx since we now
define those types in system.h.


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