]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Fortran] Fix column of %C diagnostic location
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Oct 2019 09:29:31 +0000 (09:29 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Oct 2019 09:29:31 +0000 (09:29 +0000)
commitaceff88e2eaf3ce6b8007d644b61cb496f81204a
tree0eea74af953348c7b5648931da79306b8a12f9ef
parentc930e3b3f1c4f05425d44598efd2252167c5a09f
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276567 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/error.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/use_without_only_1.f90