This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e1c49f413c8 middle-end/118801 - excessive redundant DEBUG BEGIN_STMT new 95e23e74ccb c++: Handle TU_LOCAL_ENTITY in tsubst_expr and potential_co [...] new 5ae621e2e86 aarch64: Use force_lowpart_subreg in a BFI splitter [PR119133] new e8651b80aeb vect: Enforce dr_with_seg_len::align precondition [PR116125]
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: gcc/config/aarch64/aarch64.md | 4 +- gcc/cp/constexpr.cc | 5 +++ gcc/cp/pt.cc | 80 ++++++--------------------------- gcc/testsuite/gcc.dg/torture/pr119133.c | 8 ++++ gcc/testsuite/gcc.dg/vect/pr116125.c | 30 +++++++++++++ gcc/tree-data-ref.cc | 2 - gcc/tree-vect-data-refs.cc | 9 +++- 7 files changed, 67 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr119133.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr116125.c