re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %qs-like...
commit8d4227c89bd724cba6995aa50f7c566d95b9ce51
authorTobias Burnus <burnus@net-b.de>
Sat, 12 Dec 2015 18:55:25 +0000 (12 19:55 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sat, 12 Dec 2015 18:55:25 +0000 (12 19:55 +0100)
treea8269eca2cd38f798bda37b27f0adab5f1016008
parent68f7e79ea7c0451b5a890a6d193cf31a8795193e
re PR fortran/68815 (Error/warning diagnostic: '%s' should be converted to %qs-like or %<%s%>-like string strings)

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

gcc/c-family/
        PR fortran/68815
        * c-format.c (gcc_gfc_char_table): Add 'q' flag to remaining
        specifiers (%d, %i,%u and %c).

gcc/fortran/
        PR fortran/68815
        * check.c (gfc_check_reshape): Replace %<%d%> by %qd.
        * matchexp.c (gfc_match_defined_op_name): Use %qc.
        * symbol.c (gfc_add_new_implicit_range,
        gfc_merge_new_implicit): Ditto.

From-SVN: r231584
gcc/c-family/ChangeLog
gcc/c-family/c-format.c
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/fortran/matchexp.c
gcc/fortran/symbol.c