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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,e2c3d890be813022 X-Google-Attributes: gid103376,public From: "C Bass" Subject: Re: A Text_IO fixes it? Date: 1999/12/22 Message-ID: <83r1qa$qld$1@nntp9.atl.mindspring.net>#1/1 X-Deja-AN: 563866834 References: <83m49f$f9j$1@nnrp1.deja.com> <83nc6p$hm7$1@clnews.edf.fr> X-Priority: 3 X-Server-Date: 22 Dec 1999 17:29:46 GMT X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Organization: MindSpring Enterprises X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 1999-12-22T17:29:46+00:00 List-Id: You were right, it was the compiler. I had no set the optimization level and it was using the default ptimization level for the compiler. I turned off optimization and everything seemed to be working just fine. It actually fixed quite a many error we have found. Canada "Pascal Obry" wrote in message news:83nc6p$hm7$1@clnews.edf.fr... > > a �crit dans le message : > 83m49f$f9j$1@nnrp1.deja.com... > > > > Fine, this looks like a compiler bug but you did not tell us which compiler > you use, on which platform with what option do you compile your package... > > Pascal. > > -- > > --|------------------------------------------------------------ > --| Pascal Obry Team-Ada Member | > --| | > --| EDF-DER-IPN-SID- T T I | > --| Intranet: http://cln46gb | > --| Bureau N-023 e-mail: pascal.obry@edf.fr | > --| 1 Av G�n�ral de Gaulle voice : +33-1-47.65.50.91 | > --| 92141 Clamart CEDEX fax : +33-1-47.65.50.07 | > --| FRANCE | > --|------------------------------------------------------------ > --| > --| http://ourworld.compuserve.com/homepages/pascal_obry > --| > --| "The best way to travel is by means of imagination" > > >