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: [3.4 PATCH] PR middle-end/19175: New RTL checking failures


 > I've also confirmed that this patch allows bootstrap/regression
 > testing to pass with no additional failures with a suitable asserts
 > in do_compare_rtx_and_jump (which was much faster to test than a
 > full --enable-checking cycle).
 > 

Hi Roger,

FYI, I ran a full enable checking bootstrap and regtest, your patch
fixes all the checking failures I saw.

		Thanks,
		--Kaveh


 > Ok for the gcc-3_4-branch?
 > 
 > 2004-12-28  Roger Sayle  <roger@eyesopen.com>
 > 
 > 	PR middle-end/19175
 > 
 > 	* loop-unroll.c (expand_bct): Pass the code_label to the
 > 	function do_compare_rtx_and_jump, not the label ref.  Clean-up
 > 	style issues.

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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