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]

Re: alpha bootstrap failure wrt loop


	Or actually, can someone tell me where the + 1 in
	max_uid_for_loop = get_max_uid () + 1;
	comes from?  It's from 

It came from about 45 lines earlier, where the code has:
  max_uid_for_loop = get_max_uid () + 1 + max_loop_num * 32;
I intended to chop off the fluff, and so dropped the max_loop_num * 32,
but I missed the fact that the +1 should have been chopped off also.

Jim


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