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: Fix purge_dead_edges wrt RESX


> On Sun, Mar 07, 2004 at 11:12:00AM +0100, Jan Hubicka wrote:
> > 	* except.c (can_throw_internal): Notice RESX instructions.
> 
> Probably ok.  Do we need a similar check in can_throw_external?

I guess so, but it don't cause any failures for me at all (I guess it is
because we do very little of optimization before EH is lowered and the
edges are re-created then).  I will send a patch for that.

Honza
> 
> 
> r~


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