[Bug target/19770] gcc.c-torture/compile/20050113-1.c: ICE: in extract_insn, at recog.c:2083

2006-06-06 Thread danglin at gcc dot gnu dot org
--- Comment #5 from danglin at gcc dot gnu dot org 2006-06-06 23:31 --- Reconfirmed in 3.4.6. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19770

[Bug target/19770] gcc.c-torture/compile/20050113-1.c: ICE: in extract_insn, at recog.c:2083

2006-05-05 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2006-05-05 21:47 --- PR 21613 (same bug on a different platform) was closed with the comment that this got fixed when tree-ssa was merged in and that it would hard to fix in the 3.4 branch. I verified I can still see it on 3.4.5 and that it

[Bug target/19770] gcc.c-torture/compile/20050113-1.c: ICE: in extract_insn, at recog.c:2083

2005-12-13 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2005-12-13 21:43 --- Reconfirmed in 3.4.5. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19770

[Bug target/19770] gcc.c-torture/compile/20050113-1.c: ICE: in extract_insn, at recog.c:2083

2005-08-06 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-08-07 01:46 --- The problem is that emit_move_insn_1 is generating a move instruction with a CONST_INT source that's invalid (i.e., LEGITIMATE_CONST_P is false). This occurs here: /* Try using a move pattern for the

[Bug target/19770] gcc.c-torture/compile/20050113-1.c: ICE: in extract_insn, at recog.c:2083

2005-05-16 Thread flash at pobox dot com
--- Additional Comments From flash at pobox dot com 2005-05-17 03:26 --- See also 19960 (darwin/m6811-elf) and 21613 (i686-linux/arm-linux). -- What|Removed |Added