https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91800
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Thomas Kथà¤nig <tkoe...@gcc.gnu.org>: https://gcc.gnu.org/g:38acc41d6d761b635123eefa93743b9139debbae commit r10-7811-g38acc41d6d761b635123eefa93743b9139debbae Author: Steve Kargl <ka...@gcc.gnu.org> Date: Mon Apr 20 13:21:38 2020 +0200 PR 91800 - reject Hollerith constants as type initializer. 2020-04-20 Steve Kargl <ka...@gcc.gnu.org> Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/91800 * decl.c (variable_decl): Reject Hollerith constants as type initializer. 2020-04-20 Steve Kargl <ka...@gcc.gnu.org> Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/91800 * gfortran.dg/hollerith_9.f90: New test.