This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 53b62bf7608 Stop doing GCC 12 snapshots new d9a80d7dd32 ada: Fix error on Designated_Storage_Model with extensions [...] new 0992435c0f2 ada: Remove leftover from rework of aspect representation new d27e6037e56 ada: Improved error message when size of descendant type ex [...] new 9903cea0ddf ada: Missing component clause warning for discriminant of U [...] new 1be44ed0cf2 ada: Fix style in comment new 82e604ec77b ada: Fix inefficient Unchecked_Conversion to large array type new 07859ee1d0c ada: Fix selection of Finalize subprogram in untagged case new 623ce60ee6e ada: Pragma Short_Circuit_And_Or new 37ee107ddd8 ada: Do not generate incorrect warning about redundant type [...] new 800ca478937 ada: Improve code generated for return of Out parameter wit [...] new c7f8a5b4664 ada: Add missing guards to previous change new 372c2b540f6 ada: Disable previous change for enumeration types new ccf668274ac ada: Remove strange elaboration code generated for Cluster [...] new cda156b5dfe ada: Fix alignment violation for chain of aligned and misal [...]
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: .../doc/gnat_rm/implementation_defined_pragmas.rst | 32 +++++++-- gcc/ada/exp_ch7.adb | 14 ++-- gcc/ada/exp_util.adb | 16 +++-- gcc/ada/freeze.adb | 83 ++++++++++++++++++++-- gcc/ada/gcc-interface/decl.cc | 27 +++++++ gcc/ada/gcc-interface/trans.cc | 29 ++++++-- gcc/ada/gcc-interface/utils.cc | 4 +- gcc/ada/gnat_rm.texi | 34 +++++++-- gcc/ada/mutably_tagged.adb | 60 ++++++++++------ gcc/ada/sem_aux.ads | 2 +- gcc/ada/sem_ch13.adb | 58 +++++++++++---- gcc/ada/sem_ch8.adb | 34 +++++++++ gcc/ada/sem_res.adb | 20 +++--- 13 files changed, 333 insertions(+), 80 deletions(-)