]> git.ipfire.org Git - thirdparty/gcc.git/commit
* io.c (check_format): Use G_(...) instead of _(...) for error values,
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jun 2019 22:38:10 +0000 (22:38 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jun 2019 22:38:10 +0000 (22:38 +0000)
commit04a89d67a59d2de7d4153f6a0184c1aabb5b838c
tree6866521538013a300482adbea4d5165ff198ab18
parent518af62d9ff9ffffb83709dcfa895074b8fd2234
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272222 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/io.c