This is the mail archive of the gcc@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: egcs-1.1.1 issues


> How about this instead.  Simpler & faster.  Fixes the 3 bug reports I can
> find on this problem.  I'll check a less conservative version into the
> mainline tree.
> 
> 	* jump.c (jump_optimize): Initialize mappings from INSN_UID to
> 	EH region if exceptions are enabled and we're performing cross
> 	jump optimizations.
> 	(find_cross_jump): Exit loop if the insns are in different EH regions.
> 	

Thanks. It works fine for my testcases.

BTW, I reported an EH regression against egcs 1.0.3 yesterday. I hope
it will be fixed in egcs 1.1.1.

Thanks.

H.J.


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