From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Edelsohn To: Jo Dillon Cc: egcs@egcs.cygnus.com Subject: Re: AIX cross-compiler woes Date: Fri, 30 Apr 1999 16:07:00 -0000 Message-id: <9904302306.AA49720@marc.watson.ibm.com> References: <19990427122827.A14570@thelonious.new.ox.ac.uk> X-SW-Source: 1999-04/msg01101.html >>>>> Jo Dillon writes: Jo> Hi - I have a cross-compiler built to create AIX/PowerPC/Coff binaries on Jo> Intel/Linux. It's egcs 1.1.1 with the gpc patches applied, and it fails Jo> on some (but not all) Pascal binaries, with results like this: Jo> /usr/local/powerpc/bin/powerpc-ibm-aix3.2.5-gpc -c -w realreg.pas -o realreg.coff Jo> realreg.pas: In function `Proxysearch': Jo> realreg.pas:463: internal error--unrecognizable insn: Jo> (insn 8383 8380 1439 (set (mem:SI (plus:SI (reg:SI 14 r14) Jo> (const_int 65536))) Jo> (reg:SI 17 r17)) -1 (nil) Jo> (nil)) Jo> ../../../egcs-1.1.1/gcc/p/../toplev.c:1378: Internal compiler error in function fatal_insn The source line listed is the end of the file because this is a problem occurring at a later compilation stage processing the entire function. This was a known problem which may be fixed in egcs-1.1.2. David From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Edelsohn To: Jo Dillon Cc: egcs@egcs.cygnus.com Subject: Re: AIX cross-compiler woes Date: Fri, 30 Apr 1999 23:15:00 -0000 Message-ID: <9904302306.AA49720@marc.watson.ibm.com> References: <19990427122827.A14570@thelonious.new.ox.ac.uk> X-SW-Source: 1999-04n/msg01110.html Message-ID: <19990430231500.S4xQWNqLq6cvek_5CzAq5uqZLXAdd43j_Izm-f2nxa0@z> >>>>> Jo Dillon writes: Jo> Hi - I have a cross-compiler built to create AIX/PowerPC/Coff binaries on Jo> Intel/Linux. It's egcs 1.1.1 with the gpc patches applied, and it fails Jo> on some (but not all) Pascal binaries, with results like this: Jo> /usr/local/powerpc/bin/powerpc-ibm-aix3.2.5-gpc -c -w realreg.pas -o realreg.coff Jo> realreg.pas: In function `Proxysearch': Jo> realreg.pas:463: internal error--unrecognizable insn: Jo> (insn 8383 8380 1439 (set (mem:SI (plus:SI (reg:SI 14 r14) Jo> (const_int 65536))) Jo> (reg:SI 17 r17)) -1 (nil) Jo> (nil)) Jo> ../../../egcs-1.1.1/gcc/p/../toplev.c:1378: Internal compiler error in function fatal_insn The source line listed is the end of the file because this is a problem occurring at a later compilation stage processing the entire function. This was a known problem which may be fixed in egcs-1.1.2. David