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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.145.34 with SMTP id o22mr8578043yhj.22.1382730058007; Fri, 25 Oct 2013 12:40:58 -0700 (PDT) X-Received: by 10.182.138.66 with SMTP id qo2mr54538obb.8.1382730057539; Fri, 25 Oct 2013 12:40:57 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!209.85.216.88.MISMATCH!i2no34167930qav.0!news-out.google.com!z6ni91529pbu.0!nntp.google.com!o2no26608587qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 25 Oct 2013 12:40:57 -0700 (PDT) In-Reply-To: <5bae226f-91a2-4da0-a802-185a0de514f3@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=205.175.225.12; posting-account=RvtWtgoAAABzBfR8mKSwtVLFc0JAJ5FD NNTP-Posting-Host: 205.175.225.12 References: <5bae226f-91a2-4da0-a802-185a0de514f3@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8cbc4ce3-4c40-45af-82f4-24b6f9d7500b@googlegroups.com> Subject: Re: How to do null comparision with pointers in ADA83? From: Seshu Kumar Injection-Date: Fri, 25 Oct 2013 19:40:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:17542 Date: 2013-10-25T12:40:57-07:00 List-Id: On Friday, October 25, 2013 1:12:00 PM UTC-5, Seshu Kumar wrote: > Hello, In ADA83, i could not able to do null comparision of my pointer value. here, my pointer is of array type. Is there any solution for this. Thanking you in advance. Regards, Seshukumar. Ok.. Finally we found the issue is with our compiler. We cross checked in GNAT GPS compiler for ADA83 and it worked. This is internal problem. Thanks for your inputs. Seshukumar.