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,efd17daf0b977cc5 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Problem... Date: 1998/01/20 Message-ID: #1/1 X-Deja-AN: 317779309 References: <6a1jk8$4g3@bgtnsc01.worldnet.att.net> <34C4E7E0.46E1@gsfc.nasa.gov> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 885329242 2184 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1998-01-20T00:00:00+00:00 List-Id: Stephe says <> GNAT goes to a lot of trouble to place error flags at just the right column when it can. If you are new to the language, I would suggest using the switch -gnatv when compiling GNAT, that way (assuming you are working just with ASCII input and output, and not with a fancy IDE/editor etc, you get error messages that clearly show where they are pointing to.