]> git.ipfire.org Git - thirdparty/gcc.git/commit
compiler: Improve location info for function parameters.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jul 2015 00:52:25 +0000 (00:52 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Jul 2015 00:52:25 +0000 (00:52 +0000)
commit9727b44c2844c0a1b73b5731dd7689f8568bf07e
tree3cfa5daf271b2d98807a58f2f814876d2b98f4f0
parent75409f7a01c17202f49e33456193780547c4ea9c
compiler: Improve location info for function parameters.

    Previously, errors reported for function parameters would point to the
    beginning of the function declaration instead of to the column for the
    given parameter.

    Reviewed-on: https://go-review.googlesource.com/11580

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225756 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/gogo.cc