This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 661ee09b8ba Daily bump. adds 23747614cc8 Daily bump. adds 10218124c66 MAINTAINERS: Add myself for write after approval adds c99116aeeb9 middle-end: Simplify (sign_extend:HI (truncate:QI (ashiftrt [...] adds 2c4c56c2492 Daily bump. adds 9a5381f749e Force ENDBR immediate into memory. new 5625b2c56ac openmp: fix UBSAN error at gcc/fortran/openmp.c:4737 new d8b8023cdb0 Add statement context to get_value_range. new 929c4051afa opnemp: add static assert for clause_names.
The 3 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: ChangeLog | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 6 + gcc/DATESTAMP | 2 +- gcc/config/i386/i386.c | 6 + gcc/config/i386/predicates.md | 31 ++++ gcc/fortran/openmp.c | 11 +- gcc/simplify-rtx.c | 32 ++++ gcc/testsuite/gcc.target/i386/endbr_immediate.c | 198 ++++++++++++++++++++++++ gcc/vr-values.c | 53 ++++--- gcc/vr-values.h | 14 +- 11 files changed, 318 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/endbr_immediate.c