This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 209b1a4c88f Daily bump. new 18dd25a17d3 early-remat: Handle sets of multiple candidate regs [PR94605] new 5ced791a384 aarch64: Tweak post-RA handling of CONST_INT moves [PR98136] new 42a8453ae89 Check for matching CONST_VECTOR encodings [PR99929]
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 | 17 +++++++++++++---- gcc/cse.c | 5 +++++ gcc/cselib.c | 5 +++++ gcc/early-remat.c | 2 +- gcc/jump.c | 5 +++++ gcc/lra-constraints.c | 5 +++++ gcc/reload.c | 5 +++++ gcc/rtl.c | 10 ++++++++++ gcc/rtl.h | 17 +++++++++++++++++ gcc/testsuite/g++.dg/pr98136.C | 26 ++++++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr94605.c | 12 ++++++++++++ 11 files changed, 104 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr98136.C create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr94605.c