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_O1 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. adds 5625b2c56ac openmp: fix UBSAN error at gcc/fortran/openmp.c:4737 adds d8b8023cdb0 Add statement context to get_value_range. adds 929c4051afa opnemp: add static assert for clause_names. adds 91e6226f880 libstdc++: Remove inheritance from elements in std::tuple new 26fdc47da75 aix: Support libgfortran libcaf_single.a as a FAT library new 9e026191547 i386: Use parametrized pattern names some more. new 35c5f8fb432 analyzer: handle &STRING_CST in constant pool initializers [...] new 42c5ae5d7f0 analyzer: fix ICE due to NULL type [PR96639] new b00a8304757 analyzer: fix ICE on NULL dereference [PR96644]
The 5 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/analyzer/region-model-manager.cc | 4 +- gcc/analyzer/region.cc | 2 +- gcc/analyzer/store.cc | 21 ++- gcc/config/i386/i386-builtin.def | 4 +- gcc/config/i386/i386-expand.c | 83 +++++---- gcc/config/i386/i386.c | 6 + gcc/config/i386/i386.md | 27 +-- gcc/config/i386/predicates.md | 31 ++++ gcc/fortran/openmp.c | 11 +- gcc/simplify-rtx.c | 32 ++++ gcc/testsuite/gcc.dg/analyzer/pr96639.c | 10 ++ gcc/testsuite/gcc.dg/analyzer/pr96642.c | 10 ++ gcc/testsuite/gcc.dg/analyzer/pr96644.c | 24 +++ gcc/testsuite/gcc.target/i386/endbr_immediate.c | 198 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/rdrand-1.c | 2 +- gcc/testsuite/gcc.target/i386/rdrand-2.c | 2 +- gcc/testsuite/gcc.target/i386/rdrand-3.c | 2 +- gcc/vr-values.c | 53 +++--- gcc/vr-values.h | 14 +- libgfortran/config/t-aix | 3 +- libstdc++-v3/include/std/tuple | 53 ++++++ .../tuple/comparison_operators/93147.cc} | 32 ++-- .../tuple/creation_functions/55713.cc} | 29 ++- .../tuple/element_access/71096.cc} | 28 ++- .../testsuite/libstdc++-prettyprinters/48362.cc | 2 +- 29 files changed, 528 insertions(+), 168 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96639.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96642.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96644.c create mode 100644 gcc/testsuite/gcc.target/i386/endbr_immediate.c copy libstdc++-v3/testsuite/{libstdc++-prettyprinters/48362.cc => 20_util/tuple/co [...] copy libstdc++-v3/testsuite/{libstdc++-prettyprinters/48362.cc => 20_util/tuple/cr [...] copy libstdc++-v3/testsuite/{libstdc++-prettyprinters/48362.cc => 20_util/tuple/el [...]