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 8d34ffb4e8e Improve compatibility of -fdump-ada-spec with warnings adds 4ce90454c2c libgomp.*/error-1.{c,f90}: Fix dg-output newline pattern adds bccf4b88e18 Improve support for IMAGPART_EXPR and REALPART_EXPR in ranger. adds 5db93cd0838 Skip statements with no BB in ranger. adds d2e278e26a5 Remove unnecessary include from tree-ssa-loop-ch.c adds abcd2373635 Implement relation_oracle::debug. adds 13428914646 Improve path_range_query dumps. adds 410e8742638 Use non-null knowledge in path_range_query. adds 4db10cbf21d Add function name when dumping ranger contents. adds 7200a4424c4 RAII class to change dump_file. adds 9fa5ba4c56e Add debug helper for jump thread paths. adds b237eb9dfda Do not release state location until after path registry. adds 2fcfc03459a Avoid using unavailable objects in jt_state. new 943c65c4494 Fortran: Fix Bind(C) char-len check, add ptr-contiguous check new 5ec4990bc77 c++: Avoid bogus -Wunused with recent change
The 2 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/cp/pt.c | 26 +++- gcc/fortran/decl.c | 39 ++--- gcc/gimple-range-fold.cc | 114 ++++++++++----- gcc/gimple-range-path.cc | 56 ++++++- gcc/gimple-range-path.h | 2 + gcc/gimple-range-trace.cc | 27 +++- gcc/gimple-range-trace.h | 14 ++ gcc/range-op.cc | 1 + gcc/testsuite/gfortran.dg/bind_c_char_6.f90 | 22 ++- gcc/testsuite/gfortran.dg/bind_c_char_7.f90 | 15 +- gcc/testsuite/gfortran.dg/bind_c_char_8.f90 | 12 +- gcc/testsuite/gfortran.dg/bind_c_char_9.f90 | 161 ++++++++++++--------- gcc/testsuite/gfortran.dg/bind_c_contiguous.f90 | 33 +++++ gcc/testsuite/gfortran.dg/iso_c_binding_char_1.f90 | 1 + gcc/testsuite/gfortran.dg/pr32599.f03 | 2 +- gcc/tree-ssa-loop-ch.c | 1 - gcc/tree-ssa-threadedge.c | 20 ++- gcc/tree-ssa-threadupdate.c | 6 + gcc/value-relation.cc | 6 + gcc/value-relation.h | 1 + libgomp/testsuite/libgomp.c-c++-common/error-1.c | 6 +- libgomp/testsuite/libgomp.fortran/error-1.f90 | 24 +-- 22 files changed, 399 insertions(+), 190 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/bind_c_contiguous.f90