comp.lang.ada
 help / color / mirror / Atom feed
From: "Grein, Christoph (Fa. ESG)" <Christoph.Grein@eurocopter.com>
To: Warner BRUNS <Warner.Bruns@cern.ch>, comp.lang.ada@ada-france.org
Subject: AW: GNAT compiler switches and optimization
Date: Mon, 23 Oct 2006 14:46:55 +0200
Date: 2006-10-23T15:50:01+02:00	[thread overview]
Message-ID: <mailman.12.1161611270.4389.comp.lang.ada@ada-france.org> (raw)

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.



             reply	other threads:[~2006-10-23 12:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-23 12:46 Grein, Christoph (Fa. ESG) [this message]
2006-10-23 17:06 ` AW: GNAT compiler switches and optimization Warner BRUNS
2006-10-23 17:42   ` tmoran
2006-10-23 19:14     ` Robert A Duff
2006-10-23 20:29       ` Jeffrey R. Carter
replies disabled

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