This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix cross-jumping EH bug on s390
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 1 Aug 2003 13:27:25 -0700
- Subject: Re: [PATCH] Fix cross-jumping EH bug on s390
- References: <20030801152925.GO20507@sunsite.ms.mff.cuni.cz>
On Fri, Aug 01, 2003 at 05:29:26PM +0200, Jakub Jelinek wrote:
> Is this something still relevant to mainline? If yes, ok to commit?
Yes, it's still relevant. Indeed, I suspect that it could
still be evidenced on 3.3 branch.
> * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
> even if nehedges1 is 0.
> * g++.dg/eh/crossjump1.C: New test.
Ok.
r~