From 2bcfb66a0ab0be428ac0f370b1fe4508c8eb5470 Mon Sep 17 00:00:00 2001 From: fxcoudert Date: Wed, 26 Aug 2015 12:37:42 +0000 Subject: 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 --- libgfortran/generated/shape_i4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgfortran/generated/shape_i4.c') diff --git a/libgfortran/generated/shape_i4.c b/libgfortran/generated/shape_i4.c index 04654eae76d..8a912b35b9f 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; -- cgit v1.2.1 From f1717362de1e56fe1ffab540289d7d0c6ed48b20 Mon Sep 17 00:00:00 2001 From: jakub Date: Mon, 4 Jan 2016 14:30:50 +0000 Subject: Update copyright years. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232055 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/generated/shape_i4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgfortran/generated/shape_i4.c') diff --git a/libgfortran/generated/shape_i4.c b/libgfortran/generated/shape_i4.c index 8a912b35b9f..40c7d51976f 100644 --- a/libgfortran/generated/shape_i4.c +++ b/libgfortran/generated/shape_i4.c @@ -1,5 +1,5 @@ /* Implementation of the SHAPE intrinsic - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). -- cgit v1.2.1