aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/generated/shape_i4.c
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-26 12:37:42 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2015-08-26 12:37:42 +0000
commited019753cb56d0f1b770bcb386e840c9785949d5 (patch)
treef1c84026400bff374b6122e5c8ae844e7d2a18ad /libgfortran/generated/shape_i4.c
parent485adf79b5e5fa8808fdca1dbc2e818902dfa081 (diff)
downloadgcc-ed019753cb56d0f1b770bcb386e840c9785949d5.zip
gcc-ed019753cb56d0f1b770bcb386e840c9785949d5.tar.gz
gcc-ed019753cb56d0f1b770bcb386e840c9785949d5.tar.bz2
re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)
PR fortran/29600 * Makefile.am: Add generated/shape_i{1,2}.c * Makefile.in: Regenerate. * generated/shape_i1.c: New generated file. * generated/shape_i2.c: New generated file. * generated/shape_i4.c: Regenerate. * generated/shape_i8.c: Regenerate. * generated/shape_i16.c: Regenerate. * gfortran.map (GFORTRAN_1.7): Add _gfortran_shape_{1,2}. * m4/shape.m4: Fix parameter type. * gfortran.dg/shape_8.f90: New test. From-SVN: r227210
Diffstat (limited to 'libgfortran/generated/shape_i4.c')
-rw-r--r--libgfortran/generated/shape_i4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/shape_i4.c b/libgfortran/generated/shape_i4.c
index 04654ea..8a912b3 100644
--- a/libgfortran/generated/shape_i4.c
+++ b/libgfortran/generated/shape_i4.c
@@ -31,12 +31,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#if defined (HAVE_GFC_INTEGER_4)
extern void shape_4 (gfc_array_i4 * const restrict ret,
- const gfc_array_i4 * const restrict array);
+ const array_t * const restrict array);
export_proto(shape_4);
void
shape_4 (gfc_array_i4 * const restrict ret,
- const gfc_array_i4 * const restrict array)
+ const array_t * const restrict array)
{
int n;
index_type stride;