[Bug target/17551] New: ICE: unrecognizable insn

miguel55angel at hotmail dot com gcc-bugzilla@gcc.gnu.org
Sat Sep 18 11:47:00 GMT 2004


Hello,
compiling 

int calc (void)
  {
    int  mask_size;
    int i,j,x;

  for(i=-mask_size; i<=mask_size; i++)
    for(j=-mask_size; j<=mask_size; j++)
    {
      x = (i*i)+(j*j);
    }

  return x; 
}

with m68hc11-gcc -c -Os test.c

I get:

test.c: In function `calc':
test.c:13: error: unrecognizable insn:
(insn:HI 138 10 108 0 (nil) (set (reg:SI 61)
        (reg/v:SI 55)) -1 (insn_list 10 (nil))
    (nil))
test.c:13: internal compiler error: in extract_insn, at recog.c:2175
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Miguel

-- 
           Summary: ICE: unrecognizable insn
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: miguel55angel at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i386-linux
GCC target triplet: m68hc11-elf


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17551



More information about the Gcc-bugs mailing list