https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83148
--- Comment #7 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Fri Feb 23 12:35:30 2018 New Revision: 257930 URL: https://gcc.gnu.org/viewcvs?rev=257930&root=gcc&view=rev Log: 2018-02-23 Paul Thomas <pa...@gcc.gnu.org> PR fortran/83148 * trans-const.c : Clean up some whitespace issues. * trans-expr.c (gfc_conv_initializer): If an iso_c_binding derived type has a kind value of zero, set it to the default integer kind. 2018-02-23 Paul Thomas <pa...@gcc.gnu.org> PR fortran/83148 * gfortran.dg/class_68.f90: New test. Added: trunk/gcc/testsuite/gfortran.dg/class_68.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-const.c trunk/gcc/fortran/trans-expr.c trunk/gcc/testsuite/ChangeLog