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-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from 44a545a6abd i386: Fix wrong optimization for consecutive masked scatter [...] adds 41439e1f6d2 tree-optimization/45178 - DCE of dead control flow in infin [...] adds fccd5b48adf call_summary: add missing template keyword adds e5d9873fcb6 configure: Adjust several assembler checks to remove an unu [...] adds e42ea63bcc1 testsuite, Darwin : Do not claim 'GAS' for cctools assembler. adds 9b025925ece libgfortran: Use the libtool macro to determine libm availability. adds ff6bb9dde10 rs6000: Execute the automatic built-in initialization code adds 66526c6a1c0 Darwin : Mark the mod init/term section starts with a linke [...] adds 94a047359f8 Fix float128-call.c test for power8 IEEE 128 and power10. adds ac6d5c9112b Reduce vector comparison of uniform vectors to a scalar comparison adds 10c834f976c Update comments in float128-call.c test. adds ee914ec4f81 Support limited setcc for H8 adds 771fd4aef99 c++: Set type on dependent ARROW_EXPR adds 1e52538d2b4 Daily bump. new aa49a058081 fix latent bootstrap-debug issue
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 | 88 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 37 +++++- gcc/config/darwin.h | 3 + gcc/config/h8300/bitfield.md | 11 -- gcc/config/h8300/h8300-protos.h | 1 - gcc/config/h8300/h8300.c | 24 +--- gcc/config/h8300/h8300.md | 8 ++ gcc/config/h8300/testcompare.md | 80 +++++++++++++ gcc/config/rs6000/rs6000-call.c | 12 ++ gcc/config/rs6000/rs6000-gen-builtins.c | 4 +- gcc/configure.ac | 10 +- gcc/cp/ChangeLog | 5 + gcc/cp/typeck2.c | 12 +- gcc/ipa-modref.c | 3 +- gcc/symbol-summary.h | 4 +- gcc/testsuite/ChangeLog | 43 +++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-3.c | 9 +- gcc/testsuite/gcc.target/powerpc/float128-call.c | 29 +++-- gcc/testsuite/lib/target-supports.exp | 9 +- gcc/tree-inline.c | 4 +- gcc/tree-ssa-dce.c | 14 ++- gcc/tree-ssa-dom.c | 65 ++++++++++ libgfortran/ChangeLog | 8 ++ libgfortran/Makefile.am | 2 +- libgfortran/Makefile.in | 3 +- libgfortran/configure | 146 ++++++++++++++++++++++- libgfortran/configure.ac | 1 + libgfortran/libgfortran.spec.in | 2 +- 29 files changed, 560 insertions(+), 79 deletions(-)