OSDN Git Service

PR fortran/27965
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jun 2006 17:03:43 +0000 (17:03 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jun 2006 17:03:43 +0000 (17:03 +0000)
commit9482d0e53dad137e9a0fd63911216ff75dc64f0c
tree6a56f0f48524b0362136c39a3e17b13fd64e5701
parent58b22aa6b27e40b698a5a124ac8294e85adead64
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114724 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-array.c