This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 884637b6362 libgomp/plugin/plugin-gcn.c: async-queue init - fix functio [...] new 28a69cb3db4 ada: Tweak test for predefined main unit new 1850d0dbd32 ada: Crash on 'Access for Stream_Element_Array object new 7eafe8e9e9e ada: Constraint error not raised in ACATS test c413007 new 856467a7e6d ada: Small cleanup in expansion of array aggregates in allocators new 7617b83242b ada: Further cleanup in expansion of array aggregates in al [...] new b2320a12dfe ada: Cleanup in expansion of array aggregates in object dec [...] new 0019e8dc769 ada: Array aggregate with large static bounds causes compil [...] new 6a7849592d4 ada: Small cleanup and refactoring in expansion of asynchro [...] new 3716d9887c9 ada: Fix minor fallout of previous changes to aggregate expansion new 1b24e30cabb ada: Fix another minor fallout of previous changes to aggre [...] new b4fd15d8bea ada: Fix another minor fallout of previous changes to aggre [...] new 70faad19613 ada: Fix small oversight in removal of N_Unchecked_Expression node new 4e23ce50706 ada: Atomic_Synchronization is not a user-visible check new 70999668a13 ada: Fix interaction of aspect Predicate and static case ex [...]
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/accessibility.adb | 17 + gcc/ada/checks.adb | 6 +- gcc/ada/debug.adb | 17 +- .../implementation_defined_characteristics.rst | 12 +- .../doc/gnat_rm/implementation_defined_pragmas.rst | 35 +- .../building_executable_programs_with_gnat.rst | 6 +- gcc/ada/exp_aggr.adb | 623 +++++++-------------- gcc/ada/exp_ch3.adb | 21 +- gcc/ada/exp_ch4.adb | 43 +- gcc/ada/exp_ch9.adb | 117 ++-- gcc/ada/exp_sel.adb | 13 +- gcc/ada/exp_sel.ads | 13 +- gcc/ada/exp_util.adb | 16 + gcc/ada/exp_util.ads | 6 +- gcc/ada/freeze.adb | 32 +- gcc/ada/freeze.ads | 2 +- gcc/ada/frontend.adb | 4 +- gcc/ada/gnat1drv.adb | 5 +- gcc/ada/gnat_rm.texi | 49 +- gcc/ada/gnat_ugn.texi | 10 +- gcc/ada/sem_eval.adb | 11 + gcc/ada/sem_prag.adb | 19 +- gcc/ada/sem_res.adb | 2 +- gcc/ada/snames.ads-tmpl | 6 +- gcc/ada/switch-c.adb | 4 +- gcc/ada/targparm.ads | 6 +- gcc/ada/types.ads | 3 +- 27 files changed, 417 insertions(+), 681 deletions(-)