This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cf716ab562c remove duplicate match.pd patterns new c9d317bcd67 ada: Remove gnatcheck reference new 04381a1bf49 ada: Improve location of error messages in instantiations new eba0e797398 ada: Enable Support_Atomic_Primitives on QNX and RTEMS new fe02d7d9135 ada: Expand generic formal subprograms with contracts for G [...] new 35f29cfe9f6 ada: Fix style in code for generic formal subprograms with [...] new 28e5c45bd51 ada: Adjust locations in aspects on generic formal subprograms new 442886a99da ada: Fix error on SPARK_Mode on library-level separate body new 0a2304a0492 ada: Fix non-capturing parentheses handling new 90b9052e0b5 ada: Crash on applying 'Pos to expression of a type derived [...] new f3597ba6c5e ada: hardcfr docs: add optional checkpoints new 0e194d289d4 ada: Flag unsupported dispatching constructor calls new 438f878718f ada: Remove incorrect comments about initialization new 5ba25973e2f ada: Silence CodePeer false positive new 590a06afbf0 aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU
The 14 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/ada/atree.ads | 6 +- gcc/ada/checks.adb | 7 +- gcc/ada/checks.ads | 25 ++-- .../doc/gnat_rm/security_hardening_features.rst | 126 ++++++++++++++++++++- gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 22 ---- gcc/ada/err_vars.ads | 7 -- gcc/ada/errout.adb | 19 ++-- gcc/ada/erroutc.adb | 2 +- gcc/ada/erroutc.ads | 2 +- gcc/ada/errutil.adb | 2 +- gcc/ada/exp_intr.adb | 9 +- gcc/ada/freeze.adb | 3 + gcc/ada/gnat_rm.texi | 123 +++++++++++++++++++- gcc/ada/gnat_ugn.texi | 5 +- gcc/ada/inline.adb | 4 +- gcc/ada/libgnat/s-regpat.adb | 8 +- gcc/ada/libgnat/system-qnx-arm.ads | 2 +- gcc/ada/libgnat/system-rtems.ads | 1 + gcc/ada/scans.ads | 27 ++--- gcc/ada/sem_attr.adb | 2 +- gcc/ada/sem_case.adb | 2 + gcc/ada/sem_ch12.adb | 40 +++++-- gcc/ada/sem_ch12.ads | 18 +-- gcc/ada/sem_prag.adb | 10 +- gcc/ada/sinput.ads | 2 - gcc/config/aarch64/aarch64-cores.def | 1 + gcc/config/aarch64/aarch64-cost-tables.h | 107 +++++++++++++++++ gcc/config/aarch64/aarch64-fusion-pairs.def | 1 + gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.cc | 64 +++++++++++ gcc/doc/invoke.texi | 2 +- 31 files changed, 521 insertions(+), 130 deletions(-)