This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fbf8443961f opts.cc: Use opts rather than opts_set for validating -fipa [...] new 4c8c400ddf0 c: Allow $@` in GNU23/GNU2Y raw string delimiters [PR110343] new fa61afef18a aarch64: Fix CFA offsets in non-initial stack probes [PR119610]
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 | 66 +++++++++++++--------- gcc/testsuite/g++.dg/torture/pr119610.C | 18 ++++++ .../g++.target/aarch64/sve/pr119610-sve.C | 20 +++++++ gcc/testsuite/gcc.dg/raw-string-1.c | 25 ++++++++ libcpp/lex.cc | 5 +- 5 files changed, 106 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr119610.C create mode 100644 gcc/testsuite/g++.target/aarch64/sve/pr119610-sve.C create mode 100644 gcc/testsuite/gcc.dg/raw-string-1.c