This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 00a2774923c c++: premature overload resolution redux [PR100078] new 1fce5932a3a Better const_vector printing new a87d3f964df Check for matching CONST_VECTOR encodings [PR99929]
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/cse.c | 5 ++++ gcc/cselib.c | 5 ++++ gcc/jump.c | 5 ++++ gcc/lra-constraints.c | 5 ++++ gcc/print-rtl.c | 32 +++++++++++++++++++++++- gcc/reload.c | 5 ++++ gcc/rtl.c | 10 ++++++++ gcc/rtl.h | 17 +++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr99929_1.c | 16 ++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr99929_2.c | 5 ++++ 10 files changed, 104 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr99929_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr99929_2.c