This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/17728] [3.4 Regression] ICE in extract_insn, at recog.c:2083, unrecognizable insn
- From: "belyshev at lubercy dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2004 21:29:59 -0000
- Subject: [Bug rtl-optimization/17728] [3.4 Regression] ICE in extract_insn, at recog.c:2083, unrecognizable insn
- References: <20040929155608.17728.michael.haubenwallner@salomon.at>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From belyshev at lubercy dot com 2004-12-06 21:29 -------
/* reduced testcase, use -O0 */
void div (register int *d, int i, int j, short k)
{
d [i] = j / k;
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
GCC build triplet|hppa2.0w-hp-hpux11.00 |
GCC host triplet|hppa2.0w-hp-hpux11.00 |
Known to fail| |3.4.1 3.4.4
Known to work| |3.3.4 4.0.0
Last reconfirmed|0000-00-00 00:00:00 |2004-12-06 21:29:58
date| |
Summary|ICE in extract_insn, at |[3.4 Regression] ICE in
|recog.c:2083, unrecognizable|extract_insn, at
|insn |recog.c:2083, unrecognizable
| |insn
Target Milestone|--- |3.4.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17728