This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/release-aarch64 in repository toolchain/ci/gcc.
from d84c583a91e Daily bump. adds 47f89da89eb Fortran: do not frontend-optimize MINLOC/MAXLOC for charact [...] adds bf4ba41e803 Daily bump. adds 17eda88f11e Daily bump. adds c54f95a7984 Daily bump. new b6950623cd1 tree-optimization/103641 - improve vect_synth_mult_by_constant new 24ec11aec20 debug/104337 - avoid messing with the abstract origin chain in NRV new cfc310faea6 middle-end/104402 - split out _Complex compares from COND_EXPRs new 070bb453f1c target/104453 - guard call folding with NULL LHS new d2618559435 tree-optimization/104511 - avoid FP to DFP conversion for V [...] new c4ac43fad3d middle-end/104786 - ICE with asm and VLA new 6a1150d1524 ada/104861 - use target_noncanonial for Target_Name
The 7 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/DATESTAMP | 2 +- gcc/ada/gcc-interface/Makefile.in | 3 ++- gcc/cfgexpand.c | 4 +++- gcc/config/i386/i386.c | 2 ++ gcc/fortran/ChangeLog | 10 ++++++++++ gcc/fortran/frontend-passes.c | 1 + gcc/gimple-expr.c | 20 +++++++++++++------- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/gcc.dg/debug/pr104337.c | 15 +++++++++++++++ gcc/testsuite/gcc.dg/pr104511.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/pr104786.c | 8 ++++++++ gcc/testsuite/gcc.dg/torture/pr104402.c | 8 ++++++++ gcc/testsuite/gcc.target/i386/pr104453.c | 11 +++++++++++ gcc/testsuite/gfortran.dg/minmaxloc_16.f90 | 14 ++++++++++++++ gcc/tree-cfg.c | 9 +++++---- gcc/tree-nrv.c | 13 ------------- gcc/tree-ssa-forwprop.c | 9 +++++++++ gcc/tree-vect-patterns.c | 14 +++++++------- 18 files changed, 133 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/debug/pr104337.c create mode 100644 gcc/testsuite/gcc.dg/pr104511.c create mode 100644 gcc/testsuite/gcc.dg/pr104786.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr104402.c create mode 100644 gcc/testsuite/gcc.target/i386/pr104453.c create mode 100644 gcc/testsuite/gfortran.dg/minmaxloc_16.f90