summaryrefslogtreecommitdiff
path: root/libgfortran/generated/shape_i8.c
diff options
context:
space:
mode:
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-26 12:37:42 +0000
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-26 12:37:42 +0000
commit2bcfb66a0ab0be428ac0f370b1fe4508c8eb5470 (patch)
treef1c84026400bff374b6122e5c8ae844e7d2a18ad /libgfortran/generated/shape_i8.c
parent7aea4e7cdcd40d7bd47c64e76325a62191887d1b (diff)
downloadgcc-2bcfb66a0ab0be428ac0f370b1fe4508c8eb5470.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227210 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/generated/shape_i8.c')
-rw-r--r--libgfortran/generated/shape_i8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/shape_i8.c b/libgfortran/generated/shape_i8.c
index 7b0988875c0..d33add63e47 100644
--- a/libgfortran/generated/shape_i8.c
+++ b/libgfortran/generated/shape_i8.c
@@ -31,12 +31,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#if defined (HAVE_GFC_INTEGER_8)
extern void shape_8 (gfc_array_i8 * const restrict ret,
- const gfc_array_i8 * const restrict array);
+ const array_t * const restrict array);
export_proto(shape_8);
void
shape_8 (gfc_array_i8 * const restrict ret,
- const gfc_array_i8 * const restrict array)
+ const array_t * const restrict array)
{
int n;
index_type stride;