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,41befc46bf47e794,start X-Google-Attributes: gid103376,public From: ka@socrates.hr.att.com (Kenneth Almquist) Subject: Re: GNAT 2.04 compilation problem under Linux Date: 1995/04/07 Message-ID: #1/1 X-Deja-AN: 100070406 sender: news@nntpa.cb.att.com (Netnews Administration) references: organization: AT&T newsgroups: comp.lang.ada Date: 1995-04-07T00:00:00+00:00 List-Id: smcneil@netcom.com (Sean McNeil) writes: > I was wondering if anyone can help me. I get the following error > when I attempt to compile the rts lib for GNAT V 2.04: [ENTER Robert Dewar mode] I'd like to point out that GNAT bugs should be reported to gnat-report@cs.nyu.edu, since not all GNAT developers read c.l.a, and those that do give higher priority to keeping up with gnat-report. As it happens, the bug you describe is a known bug which is currently being investigated by the GNAT team. It appears to be a bug in the i386 code generator. Until a fix is developed, you can use the following work-around: When make starts compiling files in ada/rts, use ^Z to suspend make. Change directory to ada/rts, and compile s-arit64.adb and s-tasclo.adb manually, using the GNAT 2.03 compiler and the same options that make used to compile the other files in ada/rts. Then unsuspend the make command. [EXIT Robert Dewar mode] It sure sounds like I know what I'm talking about, right? :-) Kenneth Almquist