summaryrefslogtreecommitdiff
path: root/libgfortran/m4/in_unpack.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/m4/in_unpack.m4')
-rw-r--r--libgfortran/m4/in_unpack.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/m4/in_unpack.m4 b/libgfortran/m4/in_unpack.m4
index 00f4f12da33..5c5b5b12a1b 100644
--- a/libgfortran/m4/in_unpack.m4
+++ b/libgfortran/m4/in_unpack.m4
@@ -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;