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]

egcs-980701 internal compiler error


EGCS-2.91.45 compiling bug: GNOME gimp/plug-ins/tiff, 1998/07/01

tiff.c: In function `save_image':
tiff.c:583: warning: `alpha' might be used uninitialized in this function
tiff.c:585: warning: `photometric' might be used uninitialized in this function
tiff.c:586: warning: `samplesperpixel' might be used uninitialized in this function
tiff.c:587: warning: `bitspersample' might be used uninitialized in this function
tiff.c:588: warning: `bytesperrow' might be used uninitialized in this function
tiff.c:592: warning: `success' might be used uninitialized in this function
tiff.c:773: Non-optional registers need a spill register
(insn:HI 222 220 225 (set (reg/v:SI 40)
        (ashift:SI (reg/v:SI 25)
            (const_int 1))) 230 {ashlsi3} (nil)
    (nil))
toplev.c:1189: Internal compiler error in function fatal_insn
make[3]: *** [tiff.o] Error 1


I just do:  cd /usr/local/lib/gcc-lib/i686-pc-linux-gnu/
            mv egcs-2.91.45 egcs-2.91.45.old
            ln -s egcs-2.90.29 egcs-2.91.45
then EGCS-2.90.29 cc1(?) works fine (egcs-1.0.3a?).

-- 
namsh



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