aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/generated/unpack_i4.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/unpack_i4.c')
-rw-r--r--libgfortran/generated/unpack_i4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/unpack_i4.c b/libgfortran/generated/unpack_i4.c
index 08f197c..82b1e65 100644
--- a/libgfortran/generated/unpack_i4.c
+++ b/libgfortran/generated/unpack_i4.c
@@ -45,7 +45,7 @@ unpack0_i4 (gfc_array_i4 *ret, const gfc_array_i4 *vector,
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_4 *rptr;
+ GFC_INTEGER_4 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_4 *vptr;
@@ -188,7 +188,7 @@ unpack1_i4 (gfc_array_i4 *ret, const gfc_array_i4 *vector,
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_4 *rptr;
+ GFC_INTEGER_4 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_4 *vptr;