This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/17728] [3.4 Regression] ICE in extract_insn, at recog.c:2083, unrecognizable insn


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]