This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d1ca8aeaf34 tree-optimization/103219 - avoid ICE in unroll-and-jam new 4d281ff7ddd PR target/103069: Relax cmpxchg loop for x86 target
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.c | 76 +++++++++++++++++++ gcc/config/i386/i386-options.c | 7 +- gcc/config/i386/i386-protos.h | 2 + gcc/config/i386/i386.opt | 4 + gcc/config/i386/sync.md | 117 +++++++++++++++++++++++++++++ gcc/doc/invoke.texi | 9 ++- gcc/testsuite/gcc.target/i386/pr103069-1.c | 35 +++++++++ gcc/testsuite/gcc.target/i386/pr103069-2.c | 70 +++++++++++++++++ 8 files changed, 318 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103069-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103069-2.c