This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 21954a58ce4 libstdc++: module std fixes new a2370cc4f47 match.pd: Avoid introducing UB in the ((X /[ex] C1) +- C2) [...] new 96ccb208e43 builtins: Emit __sync_lock_release_{8,16} call as last reso [...]
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/builtins.cc | 9 +++++---- gcc/match.pd | 10 +++++++++- gcc/testsuite/gcc.dg/tree-ssa/mulexactdiv-5.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr117692.c | 17 +++++++++++++++++ gcc/testsuite/gcc.target/i386/pr117642-1.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr117642-2.c | 19 +++++++++++++++++++ gcc/tree.cc | 4 ++-- 7 files changed, 72 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr117692.c create mode 100644 gcc/testsuite/gcc.target/i386/pr117642-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr117642-2.c