https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52279
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Mark Eggleston <markeggles...@gcc.gnu.org>: https://gcc.gnu.org/g:d0e7c73c515c305863620a821ee85bc557bfbef5 commit r11-1784-gd0e7c73c515c305863620a821ee85bc557bfbef5 Author: Mark Eggleston <markeggles...@gcc.gnu.org> Date: Thu Jul 2 08:54:10 2020 +0100 Fortran : portability fix for PR52279 Use of _() to enclose string literals assigned to arrays is not portable. Use pointer instead. 2020-07-02 Mark Eggleston <markeggles...@gcc.gnu.org> gcc/fortran/ PR fortran/52279 * check.c (gfc_invalid_boz): Change array declaration for hint into a pointer.