This is the mail archive of the gcc@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]

Re: AIX cross-compiler woes


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


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