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-7-bit Path: g2news1.google.com!news3.google.com!feeder.news-service.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Paul Colin Gloster Newsgroups: comp.lang.ada Subject: Re: Is the Ada compiler of Polyspace invalid? Date: Fri, 18 Feb 2011 16:27:48 +0000 Organization: A noiseless patient Spider Message-ID: References: <0c1168ed-e09e-4555-a77e-40620dd80628@f15g2000yqf.googlegroups.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Injection-Info: mx01.eternal-september.org; posting-host="kheEuXGHhE2Z5eF1gAST+A"; logging-data="14512"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX194Eqrb6+n2/fFzVh1TZ688baonPKqJc0LtXWEgnTVCoA==" User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) In-Reply-To: <0c1168ed-e09e-4555-a77e-40620dd80628@f15g2000yqf.googlegroups.com> Cancel-Lock: sha1:pyvYMzDCOfnWaSoNqGE0m30UynM= X-X-Sender: Colin_Paul@Bluewhite64.example.net Xref: g2news1.google.com comp.lang.ada:17424 Date: 2011-02-18T16:27:48+00:00 List-Id: Julian Leyh sent on February 18th, 2011: |-------------------------------------------------------------| |"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;" | |-------------------------------------------------------------| Hi, Do you really have something like that? You cannot WITH a procedure. |-------------------------------------------------------------| |"[..] | | | |The Polyspace compiler doesn't seem to like this.. | | | |[..]" | |-------------------------------------------------------------| The code checkers from Polyspace are not compilers. Yours sincerely, Paul Colin Gloster