This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig in repository toolchain/ci/gcc.
from c9ee9c1e355 add signed_bool_precision attribute for GIMPLE FE use adds cecf8c662de robustify vxworks glimits.h overriding adds 758abf1ae31 add alignment to enable store merging in strict-alignment targets adds 6d0b075d662 Fix libcody build on hppa*-*-hpux11.11. adds e6a5daae7ec c++: Fix g++.dg/warn/Wmismatched-dealloc.C for C++11 [PR98566] adds 8b6f1e8f97f PR fortran/78746 - invalid access after error recovery adds 334a295fafd testsuite, coroutines : Fix a bad testcase [PR96504]. adds fd64f348a6b PR c++/98305 spurious -Wmismatched-new-delete on template instance adds abb1b6058c0 PR c++/95768 - pretty-printer ICE on -Wuninitialized with a [...] adds 15a47f437d2 [PR97978] LRA: Permit temporary allocation incorrectness af [...] adds f05bbca3d95 sync libctf toplevel from binutils-gdb adds 942ae5be662 Daily bump. adds cffe6dd2ce3 analyzer: fix missing bitmap_clear [PR98564] adds be6c485b24f analyzer: fix false leak reports when merging states [PR97074] new 1b566975242 Adjust testcase for PR 92658
The 1 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: ChangeLog | 8 + Makefile.def | 5 +- Makefile.in | 42 ++++- contrib/ChangeLog | 8 + gcc/ChangeLog | 28 +++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 9 +- gcc/analyzer/ChangeLog | 7 + gcc/analyzer/engine.cc | 1 + gcc/analyzer/store.cc | 23 ++- gcc/analyzer/store.h | 2 + gcc/analyzer/svalue.cc | 16 ++ gcc/analyzer/svalue.h | 2 + gcc/builtins.c | 210 ++++++++++++--------- gcc/c-family/ChangeLog | 15 ++ gcc/c-family/c-pretty-print.c | 187 +++++++++++++++--- gcc/config/t-vxworks | 33 +--- gcc/cp/ChangeLog | 5 + gcc/cp/error.c | 28 +-- gcc/fortran/ChangeLog | 5 + gcc/fortran/resolve.c | 2 +- gcc/lra-assigns.c | 9 +- gcc/lra-int.h | 1 + gcc/lra.c | 5 + gcc/testsuite/ChangeLog | 59 ++++++ .../g++.dg/coroutines/torture/pr95519-05-gro.C | 2 +- gcc/testsuite/g++.dg/opt/store-merging-2.C | 4 +- gcc/testsuite/g++.dg/pr95768.C | 32 ++++ gcc/testsuite/g++.dg/warn/Wmismatched-dealloc.C | 4 +- .../g++.dg/warn/Wmismatched-new-delete-3.C | 159 ++++++++++++++++ gcc/testsuite/g++.dg/warn/Wuninitialized-12.C | 40 ++++ gcc/testsuite/gcc.dg/analyzer/pr97074.c | 32 ++++ gcc/testsuite/gcc.dg/analyzer/pr98564.c | 6 + gcc/testsuite/gcc.dg/uninit-38.c | 87 +++++++++ gcc/testsuite/gcc.target/i386/pr92658-avx512bw-2.c | 2 +- gcc/testsuite/gcc.target/i386/pr92658-avx512bw.c | 2 +- gcc/testsuite/gcc.target/i386/pr97978.c | 22 +++ libcody/ChangeLog | 5 + libcody/resolver.cc | 4 +- 39 files changed, 928 insertions(+), 185 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr95768.C create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-new-delete-3.C create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-12.C create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr97074.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr98564.c create mode 100644 gcc/testsuite/gcc.dg/uninit-38.c create mode 100644 gcc/testsuite/gcc.target/i386/pr97978.c