This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 3f05e03d6cf Restore 'GOMP_offload_unregister_ver' functionality adds 4bc92c3bfab Daily bump. adds ee915c72da2 libsanitizer: Cherry-pick 5d8077565e41 from upstream adds 7922f5ee649 Mips: Fix the ASAN shadow offset hook for the n32 ABI adds e5a9d603178 Speed up LC SSA rewrite adds 1e1fdb729d9 Speed up LC SSA rewrite more adds c1b1c4e58bd testsuite: Fix incorrect -mfloat128-type option adds 8bc24394376 target/106219 - proprly mark builtins pure via ix86_add_new [...] adds 99831ceb872 Adjust 'libgomp.c-c++-common/requires-3.c' adds 5647e2c3853 Enhance 'libgomp.c-c++-common/requires-4.c', 'libgomp.c-c++ [...] adds 9ef714539cb Fix Intel MIC 'mkoffload' for OpenMP 'requires' adds 9fc61fc8da9 Speedup update-ssa some more adds d89fa97ff31 lto-plugin: use locking only for selected targets adds 81bec060e31 c++: -Woverloaded-virtual and dtors [PR87729] adds 9de8fbe1507 statistics.cc: Add check to see if fn is not NULL in get_fu [...] adds ad6135e261c libstdc++: Remove workaround in __gnu_cxx::char_traits::mov [...] adds 897b3b31f0a analyzer: fix false positives from -Wanalyzer-tainted-divis [...] adds a8dce13c076 Convert label_text to C++11 move semantics adds 52f538fa4a1 analyzer: use label_text for superedge::get_description adds 7b90f07f778 c++: generic targs and identity substitution [PR105956]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 10 + gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 171 +++++++++++++++++ gcc/analyzer/ChangeLog | 22 +++ gcc/analyzer/call-info.cc | 1 - gcc/analyzer/checker-path.cc | 96 ++++------ gcc/analyzer/diagnostic-manager.cc | 8 - gcc/analyzer/engine.cc | 5 +- gcc/analyzer/program-state.cc | 1 - gcc/analyzer/region.cc | 1 - gcc/analyzer/sm-malloc.cc | 3 - gcc/analyzer/sm-taint.cc | 51 ++++-- gcc/analyzer/sm.cc | 12 ++ gcc/analyzer/sm.h | 2 + gcc/analyzer/store.cc | 3 - gcc/analyzer/supergraph.cc | 13 +- gcc/analyzer/supergraph.h | 2 +- gcc/analyzer/svalue.cc | 1 - gcc/c-family/ChangeLog | 40 ++++ gcc/c-family/c-format.cc | 1 - gcc/config/i386/i386-builtins.cc | 2 + gcc/config/i386/intelmic-mkoffload.cc | 56 ++++-- gcc/config/mips/mips.cc | 7 +- gcc/config/mips/mips.h | 7 - gcc/cp/ChangeLog | 15 ++ gcc/cp/class.cc | 3 + gcc/cp/pt.cc | 202 ++++++++++++++------- gcc/d/ChangeLog | 9 + gcc/diagnostic-format-json.cc | 4 +- gcc/diagnostic-format-sarif.cc | 1 - gcc/diagnostic-show-locus.cc | 35 +++- gcc/statistics.cc | 2 +- gcc/testsuite/ChangeLog | 32 ++++ gcc/testsuite/g++.dg/cpp0x/variadic183.C | 14 ++ gcc/testsuite/g++.dg/pr106219.C | 31 ++++ gcc/testsuite/g++.dg/warn/Woverloaded-virt3.C | 7 + gcc/testsuite/gcc.dg/analyzer/taint-divisor-1.c | 66 +++++++ .../gcc.target/powerpc/ppc-fortran/pr80108-1.f90 | 2 +- gcc/tree-diagnostic-path.cc | 4 - gcc/tree-into-ssa.cc | 36 ++-- gcc/tree-ssa-loop-manip.cc | 119 +++++++----- include/ChangeLog | 4 + libcpp/include/line-map.h | 46 ++++- libgomp/ChangeLog | 6 + libgomp/target.c | 4 + libgomp/testsuite/lib/libgomp.exp | 5 + .../testsuite/libgomp.c-c++-common/requires-1.c | 2 +- .../testsuite/libgomp.c-c++-common/requires-3.c | 2 +- .../testsuite/libgomp.c-c++-common/requires-4.c | 21 ++- .../testsuite/libgomp.c-c++-common/requires-5.c | 22 ++- .../testsuite/libgomp.c-c++-common/requires-7.c | 2 +- libgomp/testsuite/libgomp.fortran/requires-1.f90 | 2 +- libphobos/ChangeLog | 5 + libsanitizer/sanitizer_common/sanitizer_linux.cpp | 17 +- libsanitizer/sanitizer_common/sanitizer_platform.h | 2 +- libstdc++-v3/include/bits/char_traits.h | 9 - lto-plugin/config.h.in | 4 +- lto-plugin/configure | 21 ++- lto-plugin/configure.ac | 17 +- lto-plugin/lto-plugin.c | 29 ++- 60 files changed, 991 insertions(+), 328 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic183.C create mode 100644 gcc/testsuite/g++.dg/pr106219.C create mode 100644 gcc/testsuite/g++.dg/warn/Woverloaded-virt3.C