This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7d2124f7e0a PR libstdc++/80478 make std::mem_fn work with noexcept functions new 04ba4f82fbc PR target/80799 * config/i386/mmx.md (*mov<mode>_internal [...] new f7545bf0b82 compiler: ignore struct field tags for type conversion
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/ChangeLog | 11 +++- gcc/config/i386/mmx.md | 16 ++--- gcc/config/i386/sse.md | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/types.cc | 123 +++++++++++++++++++++-------------- gcc/go/gofrontend/types.h | 33 ++++++++-- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/other/i386-11.C | 57 ++++++++++++++++ 8 files changed, 183 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/i386-11.C