Fortran : portability fix for PR52279
authorMark Eggleston <markeggleston@gcc.gnu.org>
Thu, 2 Jul 2020 07:54:10 +0000 (08:54 +0100)
committerMark Eggleston <markeggleston@gcc.gnu.org>
Thu, 2 Jul 2020 10:04:40 +0000 (11:04 +0100)
commitd0e7c73c515c305863620a821ee85bc557bfbef5
treed0eeb91557eff518f452138cfdc376caf45cca02
parent00f24f56732861d09a9716fa5b6b8a96c2289143
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  <markeggleston@gcc.gnu.org>

gcc/fortran/

PR fortran/52279
* check.c (gfc_invalid_boz):  Change array declaration for
hint into a pointer.
gcc/fortran/check.c