[Bug fortran/40149] New: variable length still 6 ???
plivings at arb dot ca dot gov
gcc-bugzilla@gcc.gnu.org
Thu May 14 17:10:00 GMT 2009
Failed on assigning values to an array in a simple loop with the following
structure:
" IARRAY2 = 0
DO I = 2, 341
IARRAY2 = IARRAY2 + 1
PBLJARRAYPT(I,I,NCSP0) = IARRAY2
ENDDO
"
Is the length of variables still 6 nowadays?
--
Summary: variable length still 6 ???
Product: gcc
Version: 4.1.2
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: plivings at arb dot ca dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40149
More information about the Gcc-bugs
mailing list