https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84487
--- Comment #28 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Mon Oct 7 20:12:00 2019 New Revision: 276673 URL: https://gcc.gnu.org/viewcvs?rev=276673&root=gcc&view=rev Log: 2019-10-07 Thomas Koenig <tkoe...@gcc.gnu.org> Backport from trunk PR fortran/84487 * trans-decl.c (gfc_get_symbol_decl): For __def_init, set DECL_ARTIFICAL and do not set TREE_READONLY. 2019-10-07 Thomas Koenig <tkoe...@gcc.gnu.org> Backport from trunk PR fortran/84487 * gfortran.dg/typebound_call_22.f03: xfail. Modified: branches/gcc-8-branch/gcc/fortran/ChangeLog branches/gcc-8-branch/gcc/fortran/trans-decl.c branches/gcc-8-branch/gcc/testsuite/ChangeLog branches/gcc-8-branch/gcc/testsuite/gfortran.dg/typebound_call_22.f03