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