This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1d6af545bf7 RISC-V: Remove vxrm parameter for vsadd[u] and vssub[u] new cb3bed6018a ada: Improve defense against illegal code in check for infi [...] new 02cda19cc99 ada: Allow calls to Number_Formals when no formals are present new 7e448f3c3df ada: Fix typo in comment of Ada.Exceptions.Save_Occurrence new 5d8fc02062b ada: Emit enums rather than defines for various constants new 39e183a6780 ada: Leave detection of missing return in functions to GNATprove new 42fcc7503af ada: Fix memory explosion on aggregate of nested packed array type new 8dcd763ac62 ada: Add guard for detection of class-wide precondition sub [...] new f30396a0e18 ada: Small refactor new 5bd09a25b34 ada: Fix race condition in protected entry call new 808ac542879 ada: Add missing SCO generation for quantified expressions [...] new f74de746a79 ada: Add support for binding to a specific network interfac [...] new 358e289d37b ada: Fix unsupported dispatching constructor call new 9c70186d84b ada: Add an assert in Posix Interrupt_Wait new 7a1826d3d1f ada: Elide the copy in extended returns for nonlimited by-r [...]
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/einfo-utils.adb | 6 +- gcc/ada/einfo-utils.ads | 2 +- gcc/ada/einfo.ads | 4 +- gcc/ada/exp_aggr.adb | 4 +- gcc/ada/exp_ch3.adb | 101 +++++++++++++-- gcc/ada/exp_ch6.adb | 234 ++++++++++++++++++++++++++++++++--- gcc/ada/exp_intr.adb | 45 ------- gcc/ada/exp_util.adb | 5 +- gcc/ada/fe.h | 8 +- gcc/ada/gcc-interface/trans.cc | 7 +- gcc/ada/gen_il-gen.adb | 11 +- gcc/ada/libgnarl/s-inmaop__posix.adb | 1 + gcc/ada/libgnarl/s-tposen.adb | 10 +- gcc/ada/libgnat/a-except.ads | 2 +- gcc/ada/libgnat/g-socket.adb | 26 +++- gcc/ada/libgnat/g-socket.ads | 5 + gcc/ada/par_sco.adb | 6 +- gcc/ada/s-oscons-tmplt.c | 5 + gcc/ada/sem_ch13.adb | 6 +- gcc/ada/sem_ch6.adb | 196 ++++++++++++++++------------- gcc/ada/sem_res.adb | 5 +- gcc/ada/sem_warn.adb | 4 +- gcc/ada/snames.h-tmpl | 56 +++++---- gcc/ada/types.h | 8 +- gcc/ada/xsnamest.adb | 30 +++-- 25 files changed, 563 insertions(+), 224 deletions(-)