comp.lang.ada
 help / color / mirror / Atom feed
* Is the Ada compiler of Polyspace invalid?
@ 2011-02-18  8:58 Julian Leyh
  2011-02-18  9:40 ` Martin
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Julian Leyh @ 2011-02-18  8:58 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-02-21 15:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-18  8:58 Is the Ada compiler of Polyspace invalid? Julian Leyh
2011-02-18  9:40 ` Martin
2011-02-21  8:32   ` Julian Leyh
2011-02-21 15:54     ` Adam Beneschan
2011-02-18 16:27 ` Paul Colin Gloster
2011-02-18 16:42   ` Simon Wright
2011-02-18 18:04     ` Paul Colin Gloster
2011-02-18 16:43   ` Adam Beneschan
2011-02-18 17:08   ` Martin
2011-02-18 16:50 ` Adam Beneschan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox