This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: AIX cross-compiler woes
- To: Jo Dillon <emily at thelonious dot new dot ox dot ac dot uk>
- Subject: Re: AIX cross-compiler woes
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Fri, 30 Apr 1999 19:06:49 -0400
- Cc: egcs at egcs dot cygnus dot com
>>>>> 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