This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9e77c348cd7 comment tweak new d25b61a6011 [AArch64] Fix handling of npatterns>1 constants for partial [...] new 82fd091168c gimple const-correctness fixes new 455fee54ca6 hash-map-tests.c: add a selftest involving int_hash
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/ChangeLog | 106 ++++++++++++++ gcc/config/aarch64/aarch64-sve.md | 3 +- gcc/config/aarch64/aarch64.c | 22 ++- gcc/gimple-predict.h | 4 +- gcc/gimple-pretty-print.c | 159 +++++++++++---------- gcc/gimple-pretty-print.h | 3 +- gcc/gimple.h | 156 +++++++++++++++----- gcc/hash-map-tests.c | 41 ++++++ gcc/testsuite/ChangeLog | 4 + .../gcc.target/aarch64/sve/mixed_size_9.c | 18 +++ gcc/tree-eh.c | 6 +- gcc/tree-eh.h | 4 +- gcc/tree-ssa-alias.h | 2 +- gcc/tree-ssa-structalias.c | 2 +- 14 files changed, 403 insertions(+), 127 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/mixed_size_9.c