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.9 required=5.0 tests=BAYES_00,WEIRD_PORT autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d472879e3f609e0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-06 03:35:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Case sensitivity (was Re: no title) Date: Fri, 6 Jun 2003 10:35:30 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <20619edc.0306021018.6ee4dd09@posting.google.com> <1054649187.11497@master.nyc.kbcfp.com> <20619edc.0306031034.6a2f5f25@posting.google.com> <1054666439.685312@master.nyc.kbcfp.com> <1054735867.264510@master.nyc.kbcfp.com> <1054748714.868159@master.nyc.kbcfp.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1054895730 18351 129.241.83.78 (6 Jun 2003 10:35:30 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 6 Jun 2003 10:35:30 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:38757 Date: 2003-06-06T10:35:30+00:00 List-Id: Simon Wright wrote: > > without -gnatwaL, the first and last warnings are omitted. and with -gnaty switch (for Gnat 3.14p) % gnatmake -gnaty badloop.adb gnatgcc -c -gnaty badloop.adb badloop.adb:1:16: (style) bad casing of "Text_IO" declared at a-textio.ads:51 badloop.adb:2:15: (style) bad casing of "Text_IO" declared at a-textio.ads:51 badloop.adb:8:26: (style) bad capitalization, mixed case required badloop.adb:12:23: (style) space not allowed badloop.adb:13:16: (style) this token should be in column 10 badloop.adb:14:42: (style) space not allowed badloop.adb:19:12: (style) space required gnatbind -x badloop.ali gnatlink badloop.ali -- Preben Randhol http://www.pvv.org/~randhol/