This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Possible patch for miscompiled defer-pops
- To: Per Bothner <per at bothner dot com>
- Subject: Re: Possible patch for miscompiled defer-pops
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Mon, 7 May 2001 00:59:53 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On 1 May 2001, Per Bothner wrote:
> I checked in my patch as is, but with this comment:
>
> /* Should perhaps use expand_label, but this is simpler and safer. */
Great! This really helps. Thanks for tracking it down. (I never
realized LABELED_BLOCK_EXPR is only used by gcj, so it makes sense that
users of other frontends didn't report a problem.)
I've confirmed this fixes PR/1412. Anybody with GNATS access, feel free
to close that PR. PR/1159 should be reevaluated as well.
Jeff