summaryrefslogtreecommitdiff
path: root/libgfortran/generated/unpack_i1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/unpack_i1.c')
-rw-r--r--libgfortran/generated/unpack_i1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/unpack_i1.c b/libgfortran/generated/unpack_i1.c
index 46a9d4eb6f20..17090328eb5d 100644
--- a/libgfortran/generated/unpack_i1.c
+++ b/libgfortran/generated/unpack_i1.c
@@ -45,7 +45,7 @@ unpack0_i1 (gfc_array_i1 *ret, const gfc_array_i1 *vector,
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_1 *rptr;
+ GFC_INTEGER_1 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_1 *vptr;
@@ -188,7 +188,7 @@ unpack1_i1 (gfc_array_i1 *ret, const gfc_array_i1 *vector,
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_1 *rptr;
+ GFC_INTEGER_1 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_1 *vptr;