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 b343a29dbcb rs6000: Fix ICE of vect cost related to V1TI [PR102767] adds eed248bb8cc tree-optimization/102949 - fix base object alignment adds a84b9d5373c middle-end/57245 - honor -frounding-math in real truncation adds 7f6c2258522 Make back_threader_registry inherit from back_jt_path_registry. adds 113dab2b9d5 Improve backward threading with switches. new 81342e95827 middle-end/84407 - honor -frounding-math for int to float c [...] new 60861d87946 Update documentation of %X spec
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/doc/invoke.texi | 3 +- gcc/fold-const.c | 21 +++++- gcc/simplify-rtx.c | 31 +++++++++ .../gcc.dg/torture/fp-double-convert-float-1.c | 41 ++++++++++++ .../gcc.dg/torture/fp-uint64-convert-double-1.c | 74 +++++++++++++++++++++ .../gcc.dg/torture/fp-uint64-convert-double-2.c | 75 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/vrp106.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/vrp113.c | 2 - gcc/tree-ssa-threadbackward.c | 29 +++------ gcc/tree-vect-stmts.c | 8 ++- 10 files changed, 259 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-2.c