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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f148e5163ff0a612 X-Google-Attributes: gid103376,public From: Frederic Abiven Subject: Re: egcs1.1b and gnat3.10p Date: 1998/12/07 Message-ID: #1/1 X-Deja-AN: 419463013 Content-Transfer-Encoding: 7bit References: <366409CF.396D@ipnsun5.in2p3.fr> <7429dn$lvj$1@news01.btx.dtag.de> Content-Type: text/plain; charset=US-ASCII X-Complaints-To: newsmaster@teaser.fr X-Trace: news.teaser.fr 912993173 28128 194.206.156.91 (7 Dec 1998 01:12:53 GMT) Organization: /dev/mug Mime-Version: 1.0 Reply-To: fabiven@teaser.fr NNTP-Posting-Date: 7 Dec 1998 01:12:53 GMT Newsgroups: comp.lang.ada Date: 1998-12-07T01:12:53+00:00 List-Id: Hello, Juergen.Pfeifer@t-online.de (Juergen Pfeifer) writes: > I don't believe that the patch is good enough. > One suspicious line is Line# 2720. There is > > + TYPE_SIZE (new_type) = TYPE_SIZE_UNIT (right_type); > > and I believe it should be > > + TYPE_SIZE_UNIT (new_type) = TYPE_SIZE_UNIT (right_type); Yes, it's a bug (by the way, it's on line 588 in a-trans4.c) > Maybe there are more such locations. Perhaps ... > When I applied the patch and built > it on my Linux box using the bootstrap target of the Makefile, I got > errors in one of the higher stages in the object file comparision. Me too. I think these errors are in change of link step (egcs-1.1b use collect2) and symbol naming (for debugging purpose). On my system (Redhat-4.0 + libc.so.5.4.44 + binutils-2.8.1.0.23), i need another compile stage to suppress errors in the object file comparison. Because of the use of collect2, gnatlink MUST use the ld of binutils-2.8.1.0.15 (or newer). > So I decided not to use that. I'm quite happy with my egcs-1.03 based > GNAT 3.10p on RedHat 5.1 which I built myself. For me, all tests in the example directory of gnat pass (diners, hello, etc ...). But several other personal tests fail so i don't think this is really usable :-(. Sorry for the trouble. -- FA -- -- Frederic Abiven home : --