[Bug middle-end/22108] [4.1 Regression] intrinsic.c:2044: error: insn does not satisfy its constraints

2005-06-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-26 17:01 --- Is this fixed now? -- What|Removed |Added CC|

[Bug middle-end/22108] [4.1 Regression] intrinsic.c:2044: error: insn does not satisfy its constraints

2005-06-26 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-06-27 02:51 --- Yes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22108

[Bug middle-end/22108] [4.1 Regression] intrinsic.c:2044: error: insn does not satisfy its constraints

2005-06-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-27 02:52 --- Fixed so close. -- What|Removed |Added Status|WAITING

[Bug middle-end/22108] [4.1 Regression] intrinsic.c:2044: error: insn does not satisfy its constraints

2005-06-17 Thread danglin 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

[Bug middle-end/22108] [4.1 Regression] intrinsic.c:2044: error: insn does not satisfy its constraints

2005-06-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-17 23:34 --- This should have been fixed by: 2005-06-17 Richard Henderson [EMAIL PROTECTED] * local-alloc.c (update_equiv_regs): Update reg_equiv_init properly when moving an initialization insn. --

[Bug middle-end/22108] [4.1 Regression] intrinsic.c:2044: error: insn does not satisfy its constraints

2005-06-17 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2005-06-17 23:37 --- Subject: Re: [4.1 Regression] intrinsic.c:2044: error: insn does not satisfy its constraints This should have been fixed by: 2005-06-17 Richard Henderson [EMAIL PROTECTED] *