This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3bb9f9329c3 libstdc++: Fix std::format for pointers [PR110239] new 198bab37a93 aarch64: Clean up some rounding immediate predicates new 79d8fbbcbf0 aarch64: Use <DWI> instead of <V2XWIDE> in scalar SQRSHRUN pattern new 3a39a31b8ae compiler: support -fgo-importcfg
The 3 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/config/aarch64/aarch64-protos.h | 2 +- gcc/config/aarch64/aarch64-simd.md | 38 +++++------ gcc/config/aarch64/aarch64.cc | 10 +-- gcc/config/aarch64/predicates.md | 12 ++-- gcc/go/gccgo.texi | 8 +++ gcc/go/go-c.h | 1 + gcc/go/go-lang.cc | 6 ++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/embed.cc | 11 ++-- gcc/go/gofrontend/go.cc | 2 + gcc/go/gofrontend/gogo.cc | 19 +++++- gcc/go/gofrontend/gogo.h | 12 ++++ gcc/go/gofrontend/import.cc | 124 ++++++++++++++++++++++++++++++++++++ gcc/go/lang.opt | 4 ++ 14 files changed, 211 insertions(+), 40 deletions(-)