https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29600
--- Comment #10 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> --- Author: fxcoudert Date: Wed Aug 26 12:37:42 2015 New Revision: 227210 URL: https://gcc.gnu.org/viewcvs?rev=227210&root=gcc&view=rev Log: 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. Added: trunk/gcc/testsuite/gfortran.dg/shape_8.f90 trunk/libgfortran/generated/shape_i1.c trunk/libgfortran/generated/shape_i2.c Modified: trunk/gcc/testsuite/ChangeLog trunk/libgfortran/ChangeLog trunk/libgfortran/Makefile.am trunk/libgfortran/Makefile.in trunk/libgfortran/generated/shape_i16.c trunk/libgfortran/generated/shape_i4.c trunk/libgfortran/generated/shape_i8.c trunk/libgfortran/gfortran.map trunk/libgfortran/m4/shape.m4