]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/m4/in_unpack.m4
in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.
[thirdparty/gcc.git] / libgfortran / m4 / in_unpack.m4
index 00f4f12da3307743bb22aef1bfbbd785020b8795..5c5b5b12a1bc52412b7f5f2919753f7940a46f7a 100644 (file)
@@ -48,7 +48,7 @@ internal_unpack_'rtype_ccode` ('rtype` * d, const 'rtype_name` * src)
   index_type stride0;
   index_type dim;
   index_type dsize;
-  'rtype_name` *dest;
+  'rtype_name` * restrict dest;
   int n;
 
   dest = d->data;