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,dfadb64ce9f4daa5 X-Google-Attributes: gid103376,public From: jsa@alexandria (Jon S Anthony) Subject: Re: Which compiler is correct?? Date: 1996/09/11 Message-ID: #1/1 X-Deja-AN: 179990125 sender: news@organon.com (news) references: <514uuu$d8i@uuneo.neosoft.com> organization: Organon Motives, Inc. newsgroups: comp.lang.ada Date: 1996-09-11T00:00:00+00:00 List-Id: In article <514uuu$d8i@uuneo.neosoft.com> rlove@neosoft.com (Robert B. Love ) writes: > With Academic ObjectAda v7.0.171 I get 3 occurrences of the same error > along with line and column numbers. > > LRM:6.4.15(5) If the mode is IN OUT or OUT, the actual > shall be a name that denotes a variable. Wow. Now, that's what I call an _excellent_ error message. I would wager good money that if you stated where it was issued, we could figure this out quickly. My guess is that it is at an invocation of one of the routines in Ada.Exceptions since none of your subprograms has any OUT/IN OUT mode parameters and the two "Get"s are passed variables. But I'm not going to play compiler and try to find the error location. /Jon -- Jon Anthony Organon Motives, Inc. 1 Williston Road, Suite 4 Belmont, MA 02178 617.484.3383 jsa@organon.com