This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix segfaults in split_all_insns
- To: Bernd Schmidt <bernds at redhat dot co dot uk>
- Subject: Re: Fix segfaults in split_all_insns
- From: Richard Henderson <rth at cygnus dot com>
- Date: Mon, 30 Oct 2000 11:39:08 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <Pine.LNX.4.21.0010301317470.2467-100000@host117.cygnus>
On Mon, Oct 30, 2000 at 01:21:13PM +0000, Bernd Schmidt wrote:
> * recog.c (split_all_insns): Don't try to call cleanup_subreg_operands
> if the splitter didn't emit new insns.
> Make sure we call cleanup_subreg_operands even when splitting the last
> insn in a basic block.
Ok. Thanks.
r~