This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 03bae9a8eda RISC-V: Fix testsuite regression caused by quotes around options. new 09d40c394c7 libgo: update to Go 1.12.1
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/go/gofrontend/MERGE | 2 +- libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/cmd/cgo/ast.go | 12 --- libgo/go/cmd/cgo/gcc.go | 64 +++---------- libgo/go/cmd/cgo/main.go | 4 +- libgo/go/cmd/go/internal/cache/default.go | 7 +- libgo/go/cmd/go/internal/load/test.go | 10 ++ libgo/go/cmd/go/internal/modfetch/coderepo.go | 100 ++++++++++++++------ libgo/go/cmd/go/internal/modfetch/coderepo_test.go | 9 ++ libgo/go/internal/fmtsort/sort.go | 2 +- libgo/go/internal/fmtsort/sort_test.go | 42 ++++++++- libgo/go/os/removeall_at.go | 3 +- libgo/go/os/removeall_test.go | 30 ++++++ libgo/go/path/filepath/path.go | 11 +-- libgo/go/path/filepath/path_test.go | 103 ++++++++++++++++++++- libgo/go/path/filepath/symlink.go | 10 +- libgo/go/runtime/testdata/testprog/gc.go | 23 +++++ libgo/go/text/template/exec.go | 7 ++ libgo/go/text/template/exec_test.go | 49 ++++++---- libgo/misc/cgo/test/testdata/issue30527.go | 14 +++ libgo/misc/cgo/test/testdata/issue30527/a.go | 19 ++++ .../cgo/test/testdata/issue30527/b.go} | 9 +- 23 files changed, 393 insertions(+), 141 deletions(-) create mode 100644 libgo/misc/cgo/test/testdata/issue30527.go create mode 100644 libgo/misc/cgo/test/testdata/issue30527/a.go copy libgo/{go/internal/syscall/unix/at_sysnum_hurd.go => misc/cgo/test/testdata/i [...]