comp.lang.ada
 help / color / mirror / Atom feed
* AW: GNAT compiler switches and optimization
@ 2006-10-23 12:46 Grein, Christoph (Fa. ESG)
  2006-10-23 17:06 ` Warner BRUNS
  0 siblings, 1 reply; 5+ messages in thread
From: Grein, Christoph (Fa. ESG) @ 2006-10-23 12:46 UTC (permalink / raw)
  To: Warner BRUNS, comp.lang.ada

Warner BRUNS claimed:

> A problem with Ada is that the memory layout of a twodimensional array
is
> not specified in the Ada Standard.

That's wrong:
  Ada is row-first order         (1, 1) (1, 2) etc.,
  Fortran specifies column-first (1, 2) (2, 1) etc.

This is what the pragma Convention is for.



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

end of thread, other threads:[~2006-10-23 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-23 12:46 AW: GNAT compiler switches and optimization Grein, Christoph (Fa. ESG)
2006-10-23 17:06 ` Warner BRUNS
2006-10-23 17:42   ` tmoran
2006-10-23 19:14     ` Robert A Duff
2006-10-23 20:29       ` Jeffrey R. Carter

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