This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/22108] [4.1 Regression] intrinsic.c:2044: error: insn does not satisfy its constraints
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jun 2005 23:19:44 -0000
- Subject: [Bug middle-end/22108] [4.1 Regression] intrinsic.c:2044: error: insn does not satisfy its constraints
- References: <20050617225725.22108.danglin@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From danglin at gcc dot gnu dot org 2005-06-17 23:19 -------
Hmm, seems like the insn wasn't deleted for some reason. From
intrinsic.c.23.greg:
Reloads for insn # 3263
Reload 0: reload_in (SI) = (high:SI (symbol_ref/v/f:SI ("*L$C0040") [flags 0x2]
<string_cst 7ac803e0>))
GENERAL_REGS, RELOAD_FOR_INPUT (opnum = 1), can't combine
reload_in_reg: (reg/f:SI 1410)
reload_reg_rtx: (reg:SI 20 %r20)
...
(insn 7670 3254 8366 0 ../../gcc/gcc/fortran/intrinsic.c:1410 (set (reg/f:SI 141
0)
(high:SI (symbol_ref/v/f:SI ("*L$C0040") [flags 0x2] <string_cst 7ac803e
0>))) 50 {*pa.md:2778} (nil)
(expr_list:REG_EQUIV (high:SI (symbol_ref/v/f:SI ("*L$C0040") [flags 0x2] <s
tring_cst 7ac803e0>))
(nil)))
(insn 8366 7670 3263 0 ../../gcc/gcc/fortran/intrinsic.c:1410 (set (reg:SI 20 %r
20)
(high:SI (symbol_ref/v/f:SI ("*L$C0040") [flags 0x2] <string_cst 7ac803e
0>))) 50 {*pa.md:2778} (nil)
(nil))
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22108