This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5f6b42969d5 [MAINTAINERS] Update my email address new d8c8ab7de71 analyzer: Fix g++ 4.8 bootstrap without using std::move to [...] new 89c26a99102 libstdc++: Fix outdated comment about standard integer types new a78e2c3a00d [to-be-committed,RISC-V] Improve bset generation when bit p [...]
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/constraint-manager.cc | 12 +++++----- gcc/analyzer/constraint-manager.h | 6 ++--- gcc/analyzer/program-state.cc | 8 +++---- gcc/analyzer/program-state.h | 4 ++-- gcc/analyzer/region-model.cc | 8 +++---- gcc/analyzer/region-model.h | 4 ++-- gcc/analyzer/region.cc | 4 ++-- gcc/analyzer/region.h | 2 +- gcc/analyzer/store.cc | 8 +++---- gcc/analyzer/store.h | 4 ++-- gcc/analyzer/svalue.cc | 4 ++-- gcc/analyzer/svalue.h | 2 +- gcc/config/riscv/bitmanip.md | 36 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/riscv/zbs-ext-2.c | 24 +++++++++++++++++++ libstdc++-v3/include/bits/cpp_type_traits.h | 6 ++--- 15 files changed, 95 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.target/riscv/zbs-ext-2.c