This is the mail archive of the gcc-bugs@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]

Bug in lookup_fnfields


After asserting that TREE_VALUE only access TREE_LIST nodes, memoize1.C
shows a digression in egcs-2.91.15 on i486-pc-linux-gnu. The problem
is the line

		  if (TREE_VALUE (memoized_basetypes) != these_basetypes)
		    break;

as memoized_basetypes really is a TREE_VEC node.

Regards,
Martin


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