OSDN Git Service

Fix matmul PR18857 and supply testcase
[pf3gnuchains/gcc-fork.git] / libgfortran / generated / any_l4.c
index 7db73dd..8216691 100644 (file)
@@ -55,6 +55,9 @@ any_l4 (gfc_array_l4 *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;