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: g2news2.google.com!postnews.google.com!k18g2000vbq.googlegroups.com!not-for-mail From: Julian Leyh Newsgroups: comp.lang.ada Subject: Re: Is the Ada compiler of Polyspace invalid? Date: Mon, 21 Feb 2011 00:32:04 -0800 (PST) Organization: http://groups.google.com Message-ID: <3e7757f2-c6ad-42bc-9a34-938ed6e6a895@k18g2000vbq.googlegroups.com> References: <0c1168ed-e09e-4555-a77e-40620dd80628@f15g2000yqf.googlegroups.com> <7f746aa4-e8c5-4fb3-8c6f-9041aa03ba3f@1g2000yqq.googlegroups.com> NNTP-Posting-Host: 194.156.172.86 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1298277124 15001 127.0.0.1 (21 Feb 2011 08:32:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 21 Feb 2011 08:32:04 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k18g2000vbq.googlegroups.com; posting-host=194.156.172.86; posting-account=4IMjSwoAAABghF4GBOy5ozdaZM8EkGwR User-Agent: G2/1.0 X-HTTP-Via: 1.0 localhost (squid/3.1.3) X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:18481 Date: 2011-02-21T00:32:04-08:00 List-Id: On 18 Feb., 10:40, Martin wrote: > 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 The error is: Error: procedure or entry name expected.