This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1d4a3bfa831 Fix weakening of external declarations. new fb22faf48f6 aarch64, libgcc: Fix unwinding from pac-ret to normal frame [...]
The 1 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/testsuite/ChangeLog | 6 +++ gcc/testsuite/g++.target/aarch64/pr94514.C | 26 ++++++++++ gcc/testsuite/gcc.target/aarch64/pr94514.c | 76 ++++++++++++++++++++++++++++++ libgcc/ChangeLog | 6 +++ libgcc/config/aarch64/aarch64-unwind.h | 2 + 5 files changed, 116 insertions(+) create mode 100644 gcc/testsuite/g++.target/aarch64/pr94514.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr94514.c