This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/24626] [4.1/4.2 Regression] internal compiler error: verify_flow_info failed
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2006 00:57:23 -0000
- Subject: [Bug rtl-optimization/24626] [4.1/4.2 Regression] internal compiler error: verify_flow_info failed
- References: <bug-24626-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #40 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-14 00:57 -------
Subject: Re: [4.1/4.2 Regression] internal compiler error: verify_flow_info
failed
> ------- Comment #30 from steven at gcc dot gnu dot org 2006-01-13 18:51 -------
> I wonder if HP-PA should not just make targetm.cannot_modify_jumps_p return
> true after reload...
I assume this question is somewhat independent of the PR.
I didn't think that this was necessary. There is some somewhat horrible
code to save register r1 into the frame and restore it in the delay slot
of a jump in situations where we need a register for the jump (i.e.,
the jump is too large to be handled using a pc-relative offset). The
downside is the jump needs several instructions more than would be needed
if we had a register handy.
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24626