gfortran gives "Array bound mismatch" for valid program
0 answers - 508 bytes -
Comment #3 from fxcoudert at gcc dot gnu dot org 2006-06-16 17:03 Subject: Bug 27965 Author: fxcoudert Date: Fri Jun 16 17:03:43 2006 New Revision: 114724 URL: Log: PR fortran/27965 * trans-array.c (gfc_conv_ss_startstride): Correct the runtime conditions for bounds-checking. Check for nonzero stride. Don't check the last dimension of assumed-size arrays. Fix the dimension displayed in the error message. Modified: trunk/gcc/fortran/ChangeLog
Re: gfortran gives "Array bound mismatch" for valid program