summaryrefslogtreecommitdiff
path: root/libgfortran/generated/pack_i16.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/pack_i16.c')
-rw-r--r--libgfortran/generated/pack_i16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/pack_i16.c b/libgfortran/generated/pack_i16.c
index e9c15437977..a175d02d34d 100644
--- a/libgfortran/generated/pack_i16.c
+++ b/libgfortran/generated/pack_i16.c
@@ -82,7 +82,7 @@ pack_i16 (gfc_array_i16 *ret, const gfc_array_i16 *array,
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_INTEGER_16 *rptr;
+ GFC_INTEGER_16 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;