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 in repository toolchain/ci/gcc.
from a3f78748fab c++: using from enclosing class template [PR105006] adds 1daa198aafd rtl-optimization/105028 - fix compile-time hog in form_thre [...] adds d9792f8d227 target/102125 - alternative memcpy folding improvement adds 5e33fea2195 Fortran: Fix directory stat check for '.' [PR103560] adds e8cd3edc0fc c++: tweak PR105006 fix adds 2cd0c9a5310 c++: tweak PR103337 fix adds 4cebae09242 analyzer: fix accessing wrong stack frame on interprocedura [...] adds d1ca63a1b7d Daily bump. new 497bde3ab92 rs6000: Skip overload instances with NULL fntype [PR104967]
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: gcc/ChangeLog | 54 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 50 ++++++++++++++++ gcc/analyzer/engine.cc | 4 +- gcc/analyzer/region-model.cc | 50 +++++++++------- gcc/analyzer/region-model.h | 7 ++- gcc/analyzer/region.cc | 50 ++++++++++++++-- gcc/analyzer/region.h | 6 +- gcc/config/rs6000/rs6000-c.cc | 4 ++ gcc/cp/ChangeLog | 18 ++++++ gcc/cp/decl.cc | 32 ++++++---- gcc/cp/name-lookup.cc | 2 +- gcc/fortran/ChangeLog | 8 +++ gcc/fortran/module.cc | 3 +- gcc/fortran/scanner.cc | 7 +-- gcc/gimple-fold.cc | 12 +++- gcc/ira-color.cc | 71 +++++++++-------------- gcc/lto/ChangeLog | 11 ++++ gcc/testsuite/ChangeLog | 48 +++++++++++++++ gcc/testsuite/gcc.dg/analyzer/boxed-malloc-1-29.c | 36 ------------ gcc/testsuite/gcc.dg/analyzer/boxed-malloc-1.c | 9 +++ gcc/testsuite/gcc.dg/analyzer/stale-frame-1.c | 29 +++++++++ gcc/testsuite/gfortran.dg/include_14.f90 | 4 +- gcc/testsuite/gfortran.dg/include_17.f90 | 4 +- gcc/testsuite/gfortran.dg/include_18.f90 | 4 +- gcc/testsuite/gfortran.dg/include_6.f90 | 2 +- libgomp/ChangeLog | 10 ++++ libstdc++-v3/ChangeLog | 31 ++++++++++ 28 files changed, 427 insertions(+), 141 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/analyzer/boxed-malloc-1-29.c