This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13054] compile/980310-3.f: insn does not satisfy its constraints
- 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: 6 Dec 2003 17:04:44 -0000
- Subject: [Bug target/13054] compile/980310-3.f: insn does not satisfy its constraints
- References: <20031114172421.13054.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2003-12-06 17:04 -------
Subject: Re: compile/980310-3.f: insn does not satisfy its
> ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-06
> 08:47 -------
> Post-poning untill 3.5 as the patch which caused this has now been reverted.
> I think there is a
> patch floating around to fix this, right?
Right, although it's not acceptable until 3.5. I started working on a
modified fix to the backend yesterday. Although the patch which caused
the regression has been reverted, it exposed a problem in the handling
of indexed stores. The PA backend currently can't handle the reloads
necessary for unscaled indexed addresses when reload chooses a general
register for the source operand for the store. There doesn't appear
anything that prevents the problem from occuring in other circumstances,
so I'm hoping that I will have a tested fix in a day or so.
Dave
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13054