This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9f926f3a0c8 doc: clarify semantics of vector bitwise shifts new 23f352972fa testsuite: Require LTO for pr107557-[12].c new b8a916726e7 analyzer: regions in different memory spaces can't alias new ef768035ae8 analyzer: implement various atomic builtins [PR109015]
The 3 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/analyzer/kf.cc | 355 ++++++++++++++ gcc/analyzer/store.cc | 12 + gcc/testsuite/gcc.dg/analyzer/atomic-builtins-1.c | 544 +++++++++++++++++++++ .../analyzer/atomic-builtins-haproxy-proxy.c | 55 +++ .../gcc.dg/analyzer/atomic-builtins-qemu-sockets.c | 18 + gcc/testsuite/gcc.dg/analyzer/atomic-types-1.c | 11 + gcc/testsuite/gcc.dg/pr107557-1.c | 1 + gcc/testsuite/gcc.dg/pr107557-2.c | 1 + 8 files changed, 997 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/analyzer/atomic-builtins-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/atomic-builtins-haproxy-proxy.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/atomic-builtins-qemu-sockets.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/atomic-types-1.c