]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/m4/transpose.m4
in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.
[thirdparty/gcc.git] / libgfortran / m4 / transpose.m4
index 177e86dcdc134006e106f34b154a7856be0d7dd8..103cc0296fbc6170a1a9fefd45cbe06cddb87ab4 100644 (file)
@@ -45,7 +45,7 @@ transpose_'rtype_code` ('rtype` * const restrict ret,
 {
   /* r.* indicates the return array.  */
   index_type rxstride, rystride;
-  'rtype_name` *rptr;
+  'rtype_name` * restrict rptr;
   /* s.* indicates the source array.  */
   index_type sxstride, systride;
   const 'rtype_name` *sptr;