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_debug in repository toolchain/ci/gcc.
from c9db17b8803 Daily bump. adds 882d806c1a8 tree-optimization: [PR102622]: wrong code due to signed one [...] adds 9583b26f370 var-tracking: Fix a wrong-debug issue caused by my r10-7665 [...] adds 74ccca380cd Fortran: handle initialization of derived type parameter ar [...] adds 8cd172ebedf Daily bump. new 6d97315a4e1 Adjust testcase for O2 vectorization enabling. new 4e5bc4e4506 [PR/target 100316] Allow constant address for __builtin___c [...]
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/ChangeLog | 12 ++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.c | 10 ++++----- gcc/fortran/ChangeLog | 7 ++++++ gcc/fortran/decl.c | 10 ++++++--- gcc/match.pd | 26 ++++++++++++++-------- gcc/testsuite/ChangeLog | 11 +++++++++ gcc/testsuite/gcc.c-torture/compile/pr100316.c | 18 +++++++++++++++ gcc/testsuite/gcc.c-torture/execute/bitfld-10.c | 24 ++++++++++++++++++++ .../gfortran.dg/parameter_array_init_8.f90 | 25 +++++++++++++++++++++ gcc/testsuite/gnat.dg/unroll1.adb | 2 +- gcc/var-tracking.c | 3 ++- 12 files changed, 129 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr100316.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/bitfld-10.c create mode 100644 gcc/testsuite/gfortran.dg/parameter_array_init_8.f90