This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 28db36e2cfc c++: allow NRV and non-NRV returns [PR58487] new eba3565ce6d Add support for stc and cmc instructions in i386.md
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/config/i386/i386-expand.cc | 13 ++++-- gcc/config/i386/i386.cc | 36 +++++++++++++++++ gcc/config/i386/i386.h | 1 + gcc/config/i386/i386.md | 76 +++++++++++++++++++++++++++++++++++ gcc/config/i386/x86-tune.def | 4 ++ gcc/testsuite/gcc.target/i386/cmc-1.c | 28 +++++++++++++ gcc/testsuite/gcc.target/i386/stc-1.c | 21 ++++++++++ 7 files changed, 175 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/cmc-1.c create mode 100644 gcc/testsuite/gcc.target/i386/stc-1.c