diff options
Diffstat (limited to 'libgfortran/generated/reshape_i8.c')
-rw-r--r-- | libgfortran/generated/reshape_i8.c | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/libgfortran/generated/reshape_i8.c b/libgfortran/generated/reshape_i8.c index 465d532ed8a..6ffb681700b 100644 --- a/libgfortran/generated/reshape_i8.c +++ b/libgfortran/generated/reshape_i8.c @@ -40,13 +40,19 @@ typedef GFC_ARRAY_DESCRIPTOR(1, index_type) shape_type; /* The shape parameter is ignored. We can currently deduce the shape from the return array. */ -extern void reshape_8 (gfc_array_i8 *, gfc_array_i8 *, shape_type *, - gfc_array_i8 *, shape_type *); +extern void reshape_8 (gfc_array_i8 * const restrict, + gfc_array_i8 * const restrict, + shape_type * const restrict, + gfc_array_i8 * const restrict, + shape_type * const restrict); export_proto(reshape_8); void -reshape_8 (gfc_array_i8 * ret, gfc_array_i8 * source, shape_type * shape, - gfc_array_i8 * pad, shape_type * order) +reshape_8 (gfc_array_i8 * const restrict ret, + gfc_array_i8 * const restrict source, + shape_type * const restrict shape, + gfc_array_i8 * const restrict pad, + shape_type * const restrict order) { /* r.* indicates the return array. */ index_type rcount[GFC_MAX_DIMENSIONS]; |