This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Question on fixup_abnormal_edges
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 15 Oct 02 22:15:43 EDT
- Subject: Re: Question on fixup_abnormal_edges
Well, except for caller-save not being intelligent enough to
add the instruction to the edge, rather than directly after
the call instruction, everything would have worked out ok.
I don't think so. How are we supposed to ensure that the insns on that
abnormal edge are executed when the exception occurs?