This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5e94699efa d: Merge upstream dmd a5c86f5b9 new db7ce388dce doc: reflect the publication of C++20 in invoke.texi and st [...] new a9f76d03bbc internal/cpu: more build fixes for Go1.16beta1 release
The 2 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/doc/invoke.texi | 14 +++++++------ gcc/doc/standards.texi | 16 +++++++++++---- gcc/go/gofrontend/MERGE | 2 +- libgo/go/internal/cpu/cpu_arm.go | 2 ++ .../internal/cpu/{cpu_riscv64.go => cpu_mips.go} | 2 +- libgo/go/internal/cpu/cpu_mips64x.go | 2 ++ .../internal/cpu/{cpu_riscv64.go => cpu_mipsle.go} | 2 +- libgo/go/internal/cpu/cpu_no_name.go | 1 + libgo/go/internal/cpu/cpu_other.go | 3 +++ libgo/go/internal/cpu/cpu_ppc64x.go | 23 ++++++++++++++++++++++ .../go/internal/cpu/{cpu_amd64.go => cpu_wasm.go} | 5 ++++- libgo/go/internal/cpu/cpu_x86.go | 2 ++ 12 files changed, 60 insertions(+), 14 deletions(-) copy libgo/go/internal/cpu/{cpu_riscv64.go => cpu_mips.go} (75%) copy libgo/go/internal/cpu/{cpu_riscv64.go => cpu_mipsle.go} (75%) create mode 100644 libgo/go/internal/cpu/cpu_ppc64x.go copy libgo/go/internal/cpu/{cpu_amd64.go => cpu_wasm.go} (77%)