fortran: Restore translation to hint.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 2 Jul 2020 20:03:03 +0000 (16:03 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sat, 18 Jul 2020 16:06:52 +0000 (12:06 -0400)
commita36b14a333c9c6571e16a87fa54956d991dce387
tree4a41bed92f81d88e4229b99d64e6bf71a447cc04
parent60c1baebbaa62eb588ec4ab263de3b88283fdbee
fortran: Restore translation to hint.

This patch restore translation for the variable hint.  The translation
tag conflicted with the previous declaration of hint as char[] and
broke bootstrap, so the translation tags were removed.  The
declaration was changed to char *.  This patch restores the translation
tags to the string.

gcc/fortran/ChangeLog

2020-07-18  David Edelsohn  <dje.gcc@gmail.com>

* check.c (gfc_invalid_boz): Mark hint for translation using _().
gcc/fortran/check.c