This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/43228] New: Reading at 2 dimensions (rank) array values.


When we read this kind of sctructure in gfortran, just the first values
(akh20(01,1)) is read. The others values are ignored an receives zeros.

akh2o(01,:)=    0.02080,     0.01550,     0.01040,     0.00510,      0.00200,  
  0.00062
akh2o(02,:)=    0.17070,     0.12910,     0.08630,     0.04300,      0.01710,  
  0.00043
akh2o(03,:)=    3.69350,     3.03920,     2.18270,     1.18620,      0.48190,  
  0.00012
akh2o(04,:)=    0.09550,     0.07170,     0.04775,     0.02390,      0.00970,  
  0.00096
akh2o(05,:)=    0.56670,     0.42490,     0.28390,     0.14190,      0.05620,  
  0.00565


-- 
           Summary: Reading at 2 dimensions (rank) array values.
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: luflarois at gmail dot com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]