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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,682ac581ea925e5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-11 21:34:46 PST Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!swiss.ans.net!solaris.cc.vt.edu!news.mathworks.com!yeshua.marcam.com!charnel.ecst.csuchico.edu!nic-nac.CSU.net!loghost.sdsc.edu!acsc.com!wp-sp.nba.trw.com!gatekeeper.svl.trw.com!macsac03.esl.com!user From: cary@svl.trw.com (Cary Jamison) Newsgroups: comp.lang.ada Subject: Re: Systemless use of 'Address. Followup-To: comp.lang.ada Date: 11 Nov 1994 20:32:07 GMT Organization: TRW ASG Message-ID: References: <9411101514.AA21438@eurocontrol.de> NNTP-Posting-Host: macsac03.esl.com Date: 1994-11-11T20:32:07+00:00 List-Id: In article <9411101514.AA21438@eurocontrol.de>, Bob Wells #402 wrote: > G'day, > > Given the following procedure declaration: > > procedure Display_Code2String ( > Data_Address : in System.Address; > Data_Size : in Natural; > Data : in out String_Ptr; > Length : in out Natural; > Append : in Boolean := False); > > > and the following call to the procedure > > Draw.Display_Code2String ( Data_Address => Tmp_String'Address, > Data_Size => Tmp_String'Size, > Data => Return_String, > Length => Return_String_Length ); > > Why does the Verdix compiler (sorry specifically the > > Verdix Ada Compiler, Copyright 1984, 1992 > VADSworks for Sun-4 -> MC68020/30/vxWorks, (VADS 6.0.5) > Mon Aug 17 09:11:00 EST 1992 2.0.3(b) > > accept this procedyre call **without** the a with clause for the package > System? > [...] I've noticed something similar for SunAda 2.1 (Verdix version???). When using the Language package, I forgot to with it in some cases, but the compiler only gave me warnings instead of errors. -- Cary Jamison cary@svl.trw.com