Subject: Compiler errors
To: NetBSD-arm32 <port-arm32@NetBSD.ORG>
From: ct <turnbull@xserver.sjc.ox.ac.uk>
List: port-arm32
Date: 08/01/1998 12:26:08
Hiya

During a perfectly standard compile, I got this back from gcc:

gmake[1]: Entering directory `/usr/home/ct/src/e15/ImageMagick-4.0.5/magick'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  -I/usr/local/include  -I/usr/X11R6.3/include -g -O2 -c display.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/X11R6.3/include -g -O2 -c -fPIC -DPIC display.c
display.c: In function `XDrawEditImage':
display.c:4364: internal error--insn does not satisfy its constraints:
(insn:QI 3525 6188 6190 (set (reg:SI 2 r2)
        (plus:SI (mult:SI (reg:SI 2 r2)
                (reg:SI 2 r2))
            (reg:SI 3 r3))) 36 {mulsi3+3} (insn_list 6188 (insn_list 3438 (insn_list 3523 (nil))))
    (expr_list:REG_DEAD (reg:SI 2 r2)
        (expr_list:REG_DEAD (reg:SI 3 r3)
            (nil))))
gcc: Internal compiler error: program cc1 got fatal signal 6


What on earth is going on? 'Instruction doesn't satisfy constraints' suggests
a fairly low-level hiccup to me...

Anyone know how to cure whatever ails it?

regards, ct