This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dd6e5d29cbd RISC-V: Fix using wrong mode to get reduction insn vlmax new 545af80aef6 ada: Crash on creation of extra formals on type extension new 553c37bedcf ada: Clean up scope depth and related code (tech debt) new ef49cc38905 ada: Fix internal error on expression function with Refined [...] new ee88062cc78 ada: Remove GNAT Pro details regarding mold new ab246c16eeb ada: Fix internal error on aggregate nested in container aggregate new 140e20f6975 ada: Fix internal error on misaligned component with variab [...] new 62e170e586d ada: Generate runtime restrictions list when the standard l [...] new 2578936b341 ada: Do not perform local-exception-to-goto optimization on [...] new b96446e0d0a ada: Fix wrong optimization of extended return for discrimi [...] new d9275e87812 ada: Explicitly analyze and expand null array aggregates new 540a1d936d8 ada: Fix minor glitch in finish_record_type
The 11 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 | 92 +++------ gcc/ada/accessibility.ads | 9 - gcc/ada/atree.adb | 210 +++++++++++++++------ gcc/ada/bindgen.adb | 10 +- .../building_executable_programs_with_gnat.rst | 22 --- gcc/ada/einfo-utils.adb | 6 +- gcc/ada/einfo-utils.ads | 6 +- gcc/ada/exp_aggr.adb | 21 ++- gcc/ada/exp_ch6.adb | 12 +- gcc/ada/exp_ch9.adb | 38 ++-- gcc/ada/exp_util.adb | 9 +- gcc/ada/frontend.adb | 2 - gcc/ada/gcc-interface/utils.cc | 2 +- gcc/ada/gen_il-gen-gen_entities.adb | 27 +++ gcc/ada/gen_il-types.ads | 1 + gcc/ada/inline.adb | 1 + gcc/ada/sem.adb | 1 - gcc/ada/sem.ads | 3 +- gcc/ada/sem_aggr.adb | 5 +- gcc/ada/sem_ch6.adb | 27 ++- gcc/ada/sem_ch8.adb | 5 +- gcc/ada/sem_ch8.ads | 5 +- gcc/ada/sem_res.adb | 3 + gcc/ada/sem_util.adb | 8 +- gcc/ada/sem_util.ads | 3 +- 25 files changed, 308 insertions(+), 220 deletions(-)