io.c (check_format): Use G_(...) instead of _(...) for error values...
authorJakub Jelinek <jakub@redhat.com>
Wed, 12 Jun 2019 22:38:10 +0000 (00:38 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 12 Jun 2019 22:38:10 +0000 (00:38 +0200)
commit0d0137a37fc29c1dc94bb8f8f90b5fdece6cb64b
tree6866521538013a300482adbea4d5165ff198ab18
parent99e764a225b18deb086ee0e73a14c92df52bed5d
io.c (check_format): Use G_(...) instead of _(...) for error values...

* io.c (check_format): Use G_(...) instead of _(...) for error values,
append " in format string at %L" to all strings but unexpected_element,
use error as gfc_error formating string instead of
"%s in format string at %L".  Formatting fixes.

From-SVN: r272222
gcc/fortran/ChangeLog
gcc/fortran/io.c