]> gcc.gnu.org Git - gcc.git/commit
cmd/cgo: fix typo in gccgo name mangling recipe
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Nov 2018 19:03:59 +0000 (19:03 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Nov 2018 19:03:59 +0000 (19:03 +0000)
commit0d26cdf1cfef8b956cd62e5e6a9cd6210de8140d
treecb28480693286446d02f20977327259445bf33bc
parent79a2c4281c7dcaa6a138d24fd037c62453a12bde
cmd/cgo: fix typo in gccgo name mangling recipe

    The code to implement new-style gccgo name mangling had a recipe that
    didn't quite match the one in the compiler (incorrect handling for
    '.'). This showed up as a failure in the gotools cgo test if the
    directory containing the test run included a "." character.

    Reviewed-on: https://go-review.googlesource.com/c/147917

From-SVN: r265981
gcc/go/gofrontend/MERGE
libgo/go/cmd/cgo/out.go
This page took 0.066612 seconds and 5 git commands to generate.