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