[Fortran] Fix column of %C diagnostic location
commit981e39974ea31cb418507eadcb2cd7bbdf27ed79
authorTobias Burnus <burnus@gcc.gnu.org>
Fri, 4 Oct 2019 09:29:31 +0000 (4 11:29 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 4 Oct 2019 09:29:31 +0000 (4 11:29 +0200)
tree0eea74af953348c7b5648931da79306b8a12f9ef
parent48528394eafa9d1db9f956570f910c76d429a3e5
[Fortran] Fix column of %C diagnostic location

        gcc/fortran/
        * error (error_print, gfc_format_decoder): Fix off-by one issue with %C.

        gcc/testsuite/
        * gfortran.dg/use_without_only_1.f90: Update column num in dg-warning.

From-SVN: r276567
gcc/fortran/ChangeLog
gcc/fortran/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/use_without_only_1.f90