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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,28f9da0e028af98b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!1g2000yqq.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: Is the Ada compiler of Polyspace invalid? Date: Fri, 18 Feb 2011 01:40:26 -0800 (PST) Organization: http://groups.google.com Message-ID: <7f746aa4-e8c5-4fb3-8c6f-9041aa03ba3f@1g2000yqq.googlegroups.com> References: <0c1168ed-e09e-4555-a77e-40620dd80628@f15g2000yqf.googlegroups.com> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1298022026 16863 127.0.0.1 (18 Feb 2011 09:40:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 18 Feb 2011 09:40:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 1g2000yqq.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b11) Gecko/20100101 Firefox/4.0b11,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:17414 Date: 2011-02-18T01:40:26-08:00 List-Id: On Feb 18, 8:58=A0am, Julian Leyh wrote: > Hi, > > I have some Ada code, which I would like to try Polyspace on. > > It contains something like this (simplified): > > foo.ads: > procedure foo; > > foo.adb: > procedure foo is > ... > end foo; > > somewhere else: > with foo; > ... > foo; > ... > > The Polyspace compiler doesn't seem to like this.. > > In my understanding, the above should be completely valid Ada code - > even should have been valid Ada83 code (I use Ada95 standard for my > project). > > Is the Polyspace compiler wrong? That would mean, it is no valid Ada > compiler.. Or is there a way to make Polyspace understand it? > > Greetings, > Julian What's the error you're seeing? also what folders/files are visible in your polyspace project?... -- Martin