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,5966490b70a223d6,start X-Google-Attributes: gid103376,public From: "Robert C. Leif, Ph.D." Subject: RE: 3-bit array porting problem from ADA83 to GreenHills ADA95 Date: 1999/12/02 Message-ID: #1/1 X-Deja-AN: 556117211 Content-Transfer-Encoding: 7bit References: <384728ff.588431360@news.uswest.net> To: , X-Priority: 3 (Normal) Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: usenet@enst.fr Importance: Normal X-Trace: menuisier.enst.fr 944207246 24895 137.194.161.2 (3 Dec 1999 07:47:26 GMT) Organization: ENST, France X-BeenThere: comp.lang.ada@ada.eu.org X-MSMail-Priority: Normal Mime-Version: 1.0 Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Date: 3 Dec 1999 07:47:26 GMT Newsgroups: comp.lang.ada Date: 1999-12-03T07:47:26+00:00 List-Id: From: Bob Leif To: Darrell Higgins et al. Your 3 bit arrays may be applicable to the Human Genome project. They should be a good way to compress the data. It may also be possible to look for matching "strings". Would the inclusion of generic characters in Ada.Strings.Bounded have facilitated your work? -----Original Message----- From: Darrell Higgins [mailto:darrellhiggins@uswest.net] Sent: Thursday, December 02, 1999 6:27 PM To: comp.lang.ada@ada.eu.org Subject: Re: 3-bit array porting problem from ADA83 to GreenHills ADA95 On Sat, 06 Nov 1999 01:51:35 GMT, darrellhiggins@uswest.net (Darrell Higgins) wrote: >Has anybody dealt (successfully) with a port of ADA83 that contains >3-bit arrays of enumerated types into GH ADA95? GreenHills does not >support 3-bit arrays and we are searching for techniques/solutions to >achieve this port. >Our application constrains us to keep the arrays, due to the high LOC >affected. So how about it...Trash the compiler and look for a new one? >Be kind in reply - I'm a nervous ADA newbie. A follow up to this thread: Green Hills provided an update for their compiler that solved our porting problem. Their response to our need came at a very timely point in our project, so - Many thanks to Green Hills from Raytheon at the F-15 Systems Development Center at Luke AFB, Arizona.