This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c79bcca7fb4 expand: Handle variable-length vector constructors with deb [...] new a1bcce749cf AArch64: Improve immediate generation [PR 114528] new 1438f92c9e7 AArch64: Use anchors for FP constants [PR 121240]
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/config/aarch64/aarch64.cc | 42 ++++++++++-- gcc/config/aarch64/aarch64.md | 12 ++++ .../gcc.target/aarch64/dbl_mov_immediate_1.c | 4 +- gcc/testsuite/gcc.target/aarch64/pr114528.c | 76 ++++++++++++++++++++++ gcc/testsuite/gcc.target/aarch64/pr63304_1.c | 2 +- 5 files changed, 129 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr114528.c