This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 1b4dc1d09ed Daily bump. new b0e6f198547 x86: Use SET operation in MOVDIRI and MOVDIR64B new 292d4ff8f63 AArch64: Add Linux cpuinfo string for rng feature
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/config/aarch64/aarch64-option-extensions.def | 2 +- gcc/config/i386/i386.md | 18 ++++++++------- 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 | 16 +++++++++++++ 6 files changed, 108 insertions(+), 9 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