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]

Re: [patches] Re: obvious try_optimize_cfg and verify_flow_info fixes


> 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~


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