This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13186] [3.4 Regression] [PPC] Internal compiler error in reload.c
- From: "rsandifo at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Nov 2003 19:49:53 -0000
- Subject: [Bug target/13186] [3.4 Regression] [PPC] Internal compiler error in reload.c
- References: <20031125093259.13186.loki@inf.u-szeged.hu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rsandifo at redhat dot com 2003-11-26 19:49 -------
Subject: Re: [3.4 Regression] [PPC] Internal compiler error in reload.c
"geoffk at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
> The error message produced seems wrong. The insn should satisfy the
> constraints on movdi_internal32. '(reg/v:DI 13)' should satisfy 'r',
> and '(const_int 0)' should satisfy 'IJK'.
(reg/v:DI 13) is floating point register 13, not general register 13.
The insn is being generated as a CONST_INT -> FPR reload.
Richard
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13186