This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from fabe50f0f99 Daily bump. new 021c792a361 x86: Use SET operation in MOVDIRI and MOVDIR64B
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.md | 20 ++++++++++---------- gcc/testsuite/gcc.target/i386/movdir64b.c | 29 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/movdiri32.c | 26 ++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/movdiri64.c | 26 ++++++++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 17 +++++++++++++++++ 5 files changed, 108 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/movdir64b.c create mode 100644 gcc/testsuite/gcc.target/i386/movdiri32.c create mode 100644 gcc/testsuite/gcc.target/i386/movdiri64.c