This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Strip unreachable code in fixup_var_refs_insn
- To: Zack Weinberg <zackw at stanford dot edu>
- Subject: Re: Strip unreachable code in fixup_var_refs_insn
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 28 Feb 2001 00:17:41 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <20010227171611.K27567@wolery.stanford.edu>
On Tue, Feb 27, 2001 at 05:16:11PM -0800, Zack Weinberg wrote:
> As that change caused no regressions and there have been no reports of
> problems since, I conclude that this block is no longer necessary.
I don't think it is unnecessary. It's just an obscure bug on
a target that isn't normally tested.
This does need to be done correctly, IMO.
r~