From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f102755b5cd582b3,start X-Google-Attributes: gid103376,public From: grave Subject: gnat and egcs Date: 1998/11/25 Message-ID: <365BB801.286@ipnsun5.in2p3.fr>#1/1 X-Deja-AN: 415448360 Content-Transfer-Encoding: 7bit Organization: I.P.N Orsay Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-11-25T00:00:00+00:00 List-Id: Hi all, I'm trying to compile gnat with egcs-1.1b for a Solaris 2.6 machine. I applyed all the patch given in README.gnat except to Make-lang.in All is fine (up to bootstrap and gnattools) but when it comes to compile the gnatlib I've got the following error message : ../../xgcc -B../../ -c -O -g -v -UIN_GCC -gnatpg -I. -I../../../egcs-1.1b/gcc/ada a-stwima.adb Reading specs from ../../specs gcc version egcs-2.91.57 19980901 (egcs-1.1 release) ../../gnat1 -I. -I../../../egcs-1.1b/gcc/ada -quiet -dumpbase a-stwima.adb -g -gnatpg -O a-stwima.adb -o /var/tmp/cc5FiO7E.s ../../egcs-1.1b/gcc/expr.c:5655: Internal compiler error in function expand_expr Did somebody did already uncounter this problem ? thanks. xavier