This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b018df4206 Corrections for C++2a library status table new 779640c76d3 aarch64: emit .variant_pcs for aarch64_vector_pcs symbol re [...] new 5b5aa173914 Fix PR64242 - Longjmp expansion incorrect
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/ChangeLog | 18 ++++ gcc/builtins.c | 18 +++- gcc/config/aarch64/aarch64-protos.h | 2 + gcc/config/aarch64/aarch64.c | 35 +++++++ gcc/config/aarch64/aarch64.h | 9 ++ gcc/testsuite/ChangeLog | 12 +++ gcc/testsuite/gcc.c-torture/execute/pr64242.c | 33 ++---- gcc/testsuite/gcc.target/aarch64/pcs_attribute-2.c | 114 +++++++++++++++++++++ .../gcc.target/aarch64/torture/simd-abi-4.c | 3 +- gcc/testsuite/lib/target-supports.exp | 11 ++ 10 files changed, 226 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pcs_attribute-2.c