This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b33dd787452 analyzer: fix uninit false positive with -ftrivial-auto-var [...] new c061e99b7de [Ada] Fix spurious error for aggregate with box component choice new 3fdb556c838 [Ada] Restore accidentally removed part of a comment about [...] new 405ebd743d3 [Ada] Remove explicit call to Make_Unchecked_Type_Conversion new 614c45555a1 [Ada] Incorrect emptying of CUDA global subprograms new 56311a3c9f2 [Ada] Remove old vxworks from Makefile.rtl - e500 port. new baa3015d8ef [Ada] Fix incorrect itype sharing for case expression in li [...] new 35e0aa2df74 [Ada] Vxworks7* - Makefile.rtl rtp vs rtp-smp cleanup new b65a875a7c1 [Ada] Cleanup use of local scalars in GNAT.Socket.Get_Address_Info new 3202e9f88fd [Ada] Handle secondary stack memory allocations alignment new 28add0a4c82 [Ada] Missing error on tagged type conversion new be3bdaa1a53 [Ada] Support ghost generic formal parameters new 0d7fbcf10f0 [Ada] Spurious non-callable warning on prefixed call in cla [...] new 870518bfe25 [Ada] Indexing error when calling GNAT.Regpat.Match new e5802d60130 [Ada] Deferred constant considered as not preelaborable new cd7d1f448a4 [Ada] Document the various function return mechanisms new 889db59e6e7 [Ada] Do not give warnings for compiler-generated entities [...] new 940bbc4363b [Ada] Small tweak to gnat_to_gnu_subprog_type new 40242ebb71e [Ada] Fix crash on aliased renaming of unconstrained array new 1141fbd71ea [Ada] Improve code generated for aggregates of VFA type new fc84bb8c167 [Ada] Update comment after recent changes wrt. secondary st [...] new 9e0d5db3e04 [Ada] Simplify regular expression that matches 8 consecutiv [...]
The 21 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/Makefile.rtl | 74 ++++------ gcc/ada/exp_aggr.adb | 11 +- gcc/ada/exp_ch3.adb | 148 ++++++++++---------- gcc/ada/exp_ch6.adb | 47 ++++++- gcc/ada/freeze.adb | 75 ----------- gcc/ada/freeze.ads | 9 -- gcc/ada/gcc-interface/Make-lang.in | 2 +- gcc/ada/gcc-interface/decl.cc | 38 ++++-- gcc/ada/gcc-interface/gigi.h | 4 + gcc/ada/gcc-interface/trans.cc | 24 +++- gcc/ada/gcc-interface/utils2.cc | 10 +- gcc/ada/ghost.adb | 142 +++++++++++++++++-- gcc/ada/ghost.ads | 27 ++++ gcc/ada/gnat_cuda.adb | 9 +- gcc/ada/libgnat/g-socket.adb | 8 +- gcc/ada/libgnat/s-imageu.ads | 21 ++- gcc/ada/libgnat/s-regpat.adb | 33 ++--- gcc/ada/libgnat/s-regpat.ads | 29 +++- gcc/ada/libgnat/s-secsta.adb | 73 ++++++++-- gcc/ada/libgnat/s-secsta.ads | 26 +--- gcc/ada/libgnat/s-valuei.ads | 21 ++- gcc/ada/libgnat/s-valuti.ads | 27 ++-- gcc/ada/libgnat/system-vxworks7-e500-kernel.ads | 160 ---------------------- gcc/ada/libgnat/system-vxworks7-e500-rtp-smp.ads | 165 ----------------------- gcc/ada/libgnat/system-vxworks7-e500-rtp.ads | 164 ---------------------- gcc/ada/sem_aggr.adb | 82 +++++++++++ gcc/ada/sem_ch12.adb | 113 ++++++++++++---- gcc/ada/sem_ch4.adb | 23 +++- gcc/ada/sem_prag.adb | 3 + gcc/ada/sem_res.adb | 137 ++++++++++++++----- gcc/ada/sem_util.adb | 50 ++++++- gcc/ada/sem_util.ads | 11 ++ gcc/ada/tbuild.adb | 4 +- 33 files changed, 879 insertions(+), 891 deletions(-) delete mode 100644 gcc/ada/libgnat/system-vxworks7-e500-kernel.ads delete mode 100644 gcc/ada/libgnat/system-vxworks7-e500-rtp-smp.ads delete mode 100644 gcc/ada/libgnat/system-vxworks7-e500-rtp.ads