This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Fix ICE in dump_flow_info dumping rtl
- From: Richard Henderson <rth at redhat dot com>
- To: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 26 Nov 2002 14:14:23 -0800
- Subject: Re: PATCH: Fix ICE in dump_flow_info dumping rtl
- References: <200211261827.gAQIRnPv022200@hiauly1.hia.nrc.ca>
On Tue, Nov 26, 2002 at 01:27:48PM -0500, John David Anglin wrote:
> * cfg.c (dump_flow_info): Use max_reg_num () to determine the largest
> pseudo register number plus 1.
I guess this is ok, but when does max_regno get out of sync with this?
r~