]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/generated/count_4_l4.c
Fix matmul PR18857 and supply testcase
[thirdparty/gcc.git] / libgfortran / generated / count_4_l4.c
index 389c37550ff4abcc3b6912938537352419358bef..814dbd431993fa24fe9e13a0de33e6453c8bf00d 100644 (file)
@@ -55,6 +55,9 @@ count_4_l4 (gfc_array_i4 *retarray, gfc_array_l4 *array, index_type *pdim)
   /* Make dim zero based to avoid confusion.  */
   dim = (*pdim) - 1;
   rank = GFC_DESCRIPTOR_RANK (array) - 1;
+
+  /* TODO:  It should be a front end job to correctly set the strides.  */
+
   if (array->dim[0].stride == 0)
     array->dim[0].stride = 1;