[patches] Re: obvious try_optimize_cfg and verify_flow_info fixes

Jan Hubicka jh@suse.cz
Thu Jul 12 11:13:00 GMT 2001


> On Thu, Jul 12, 2001 at 05:46:22PM +0200, Jan Hubicka wrote:
> > ! 	      error ("verify_flow_info: Basic block %d succ edge is corrupted",
> > ! 		     bb->index);
> 
> That should be internal_error.
Other places calls error as well (I just made the call consistent with the
rest).  Rationale is that we want to get all error messages before giving
up. Internal_error bails out immediately if I am not mistaken.

Honza
> 
> 
> r~



More information about the Gcc-patches mailing list