]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %qs-like...
authorTobias Burnus <burnus@net-b.de>
Wed, 9 Dec 2015 19:29:46 +0000 (20:29 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 9 Dec 2015 19:29:46 +0000 (20:29 +0100)
commit811582ec147f4eb722b75578faba4a94c5cfd829
tree6aca1041926ede1a67f736435d11018ecdd9644e
parent1326155711cd4af6bdbf347b51e2a7337cf07414
re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %qs-like or %<%s%>-like string strings)

2015-12-09  Tobias Burnus  <burnus@net-b.de>

        PR fortran/68815
        * decl.c (gfc_verify_c_interop_param, variable_decl): Use
        %< ... %> for quoting in diagnostics.
        * io.c (check_format): Ditto.
        * resolve.c (resolve_operator): Ditto.
        * symbol.c (check_conflict): Ditto.
        * trans-common.c (translate_common): Ditto.

From-SVN: r231472
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/io.c
gcc/fortran/resolve.c
gcc/fortran/symbol.c
gcc/fortran/trans-common.c