This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fd743aab3bc Fix OMP SIMD clone mask record/get again new 23e1be3c951 bitint: Fix up big-endian handling in limb_access [PR122714] new 0aaff350c25 ada: Fix actual parameters in call new 86701d8912f ada: Fix missing activation of task returned through class- [...] new 57e5eec24cd ada: VAST: Check basic tree properties new c00ed729207 ada: Fix fallout of recent finalization fix for limited types new adb8151b26c ada: VAST found bug: Missing Parent in annotate aspect new fc5301ce89b ada: Streamline implementation of masters in Exp_Ch9 new 55d87cd8919 ada: Couple of small and unrelated cleanups new 82193bed681 ada: Streamline processing for shared passive and protected [...] new 52d71516634 ada: sem_ch13.adb: accept VADS inline asm in Relaxed RM Sem [...] new 8039d2fea97 ada: Add Visitor generic to Repinfo new 1f7820c7663 ada: Fix spurious exceptions with iterated aggregates new d05f050e4b2 ada: Fix spurious error during record initialization of lim [...] new 20367653038 ada: Fix undefined reference with inline subprogram contain [...] new 7a7eadc2dfa ada: Minor fixes to native user's guide new 12db40e076a ada: Couple of minor fixes for build-in-place calls in anon [...]
The 16 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/debug.adb | 16 +- gcc/ada/debug.ads | 45 +- gcc/ada/doc/gnat_ugn/about_this_guide.rst | 20 +- .../building_executable_programs_with_gnat.rst | 14 +- gcc/ada/exp_aggr.adb | 17 +- gcc/ada/exp_ch11.adb | 20 +- gcc/ada/exp_ch3.adb | 14 +- gcc/ada/exp_ch4.adb | 24 +- gcc/ada/exp_ch6.adb | 81 ++- gcc/ada/exp_ch6.ads | 3 +- gcc/ada/exp_ch7.adb | 141 +--- gcc/ada/exp_ch9.adb | 351 ++-------- gcc/ada/exp_ch9.ads | 35 +- gcc/ada/exp_smem.adb | 81 +-- gcc/ada/frontend.adb | 5 - gcc/ada/gen_il-gen-gen_nodes.adb | 1 + gcc/ada/gnat1drv.adb | 5 + gcc/ada/gnat_ugn.texi | 32 +- gcc/ada/inline.adb | 41 +- gcc/ada/libgnat/s-dwalin.adb | 8 +- gcc/ada/libgnat/s-dwalin.ads | 18 +- gcc/ada/libgnat/s-trasym__dwarf.adb | 144 ++-- gcc/ada/repinfo.adb | 386 ++++++----- gcc/ada/repinfo.ads | 32 + gcc/ada/sem_ch13.adb | 61 +- gcc/ada/sem_ch3.adb | 3 +- gcc/ada/sem_ch5.adb | 5 +- gcc/ada/sem_ch6.adb | 65 +- gcc/ada/sinfo-utils.adb | 3 + gcc/ada/sinfo.ads | 14 +- gcc/ada/usage.adb | 4 +- gcc/ada/vast.adb | 748 +++++++++++++++++---- gcc/ada/vast.ads | 2 +- gcc/gimple-lower-bitint.cc | 8 +- 34 files changed, 1315 insertions(+), 1132 deletions(-)