This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7b9c26519e6 [nvptx, libgcc] Fix Wbuiltin-declaration-mismatch in atomic.c new c6632dc9a8e libphobos: Include <cet.h> to generate the CET marker for - [...] new bf69edf8ce4 x32: Update gcc.target/i386/builtin_thread_pointer.c new 919373a6bff testsuite: Move auto-96647.C to c++1y/. new 782d3ea603c testsuite: Use C++14 in g++.dg/warn/Wnonnull6.C. new 749476b4be1 c++: omp reduction cleanups new 10fc42a8396 analyzer: use objects for state_machine::state_t new 6d9ca8c8604 analyzer: reimplement on_transition in terms of get_state/s [...] new 25ef215abb1 analyzer: eliminate sm_context::warn_for_state in favor of [...] new de8421dd8a0 Add codes for DWARF v5 .dwp sections to dwarf2.h.
The 9 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/checker-path.cc | 25 +++---- gcc/analyzer/diagnostic-manager.cc | 56 +++++++++----- gcc/analyzer/engine.cc | 83 +++++++++++---------- gcc/analyzer/program-state.cc | 72 +++++++++++------- gcc/analyzer/sm-file.cc | 15 ++-- gcc/analyzer/sm-malloc.cc | 85 +++++++++++++--------- gcc/analyzer/sm-pattern-test.cc | 6 +- gcc/analyzer/sm-sensitive.cc | 9 +-- gcc/analyzer/sm-signal.cc | 11 +-- gcc/analyzer/sm-taint.cc | 53 ++++++++------ gcc/analyzer/sm.cc | 62 +++++++++------- gcc/analyzer/sm.h | 83 ++++++++++++++------- gcc/cp/parser.c | 22 +++--- gcc/cp/pt.c | 9 ++- gcc/testsuite/g++.dg/{cpp0x => cpp1y}/auto-96647.C | 2 +- gcc/testsuite/g++.dg/warn/Wnonnull6.C | 4 +- .../gcc.target/i386/builtin_thread_pointer.c | 4 +- include/dwarf2.h | 41 ++++++++--- libphobos/libdruntime/config/x86/switchcontext.S | 5 ++ 19 files changed, 381 insertions(+), 266 deletions(-) rename gcc/testsuite/g++.dg/{cpp0x => cpp1y}/auto-96647.C (78%)