The GNU Fortran manual should mention in the mixed-language programming section
that
  C's  A[i][j]
matches
  Fortran's A(j,i)
and that A(j+1,i) follows A(j,i) in memory.

Cf. http://gcc.gnu.org/onlinedocs/gfortran/Mixed_002dLanguage-Programming.html

 * * *

The Fortran 2003/2009 status should be updated based on:
http://gcc.gnu.org/wiki/Fortran2003
http://gcc.gnu.org/wiki/Fortran2003Status
http://gcc.gnu.org/wiki/Fortran2008Status
http://gcc.gnu.org/wiki/GFortran#news
Release notes, e.g.,
http://gcc.gnu.org/gcc-4.4/changes.html

cf. http://gcc.gnu.org/onlinedocs/gfortran/Fortran-2003-and-2008-status.html


-- 
           Summary: gfortran documentation: Add note to C prog. part +
                    update F200x status
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40377

Reply via email to