This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 59221dc587f complex-lowering: Better handling of PAREN_EXPR [PR68855] new 3ebd803b861 ada: Spurious style error with mutiple square brackets new a0546a36e00 ada: Fix for Default_Component_Value with declare expressions new c5aed359a56 ada: Fix assertion failure on predicate involving access parameter new 244d02bb288 ada: Predefined arithmetic operators incorrectly treated as [...] new 39f35956587 ada: Fix gnatcheck violation reported after a recent cleanup new 9ce1b11e154 ada: Generic formal/actual matching -- misc cleanup new 8c7ce88c00f ada: Fix incorrect handling of packed array with aliased co [...] new aa34d34f753 ada: Fix internal error on case expression used as index of [...] new 2b55cc520cf ada: Fix missing index check with declare expression new df0637007e0 ada: Cannot override inherited function with controlling result new 3c99b1a7558 ada: Revert conditional installation of signal handlers on VxWorks new 7a51065e94e ada: Small cleanup in processing of primitive operations new 498c6260ce0 ada: Change error message on invalid RTS path new 96e037bcd16 ada: Crash when using user defined string literals new 728c1454c2b ada: Fix crash in GNATbind during error reporting new 036a37eae64 ada: Apply fixes to Examine_Array_Bounds new 3cc00ccf4b8 ada: Reject ambiguous function calls in interpolated string [...] new 4e128544abc ada: Implement fast modulo reduction for nonbinary modular [...] new 9aa8324e8a2 ada: Implement fast modulo reduction for nonbinary modular [...] new d69c53f73da ada: Fix bogus Address Sanitizer stack-buffer-overflow on p [...] new 2b510ac3aa5 ada: Fix bogus Address Sanitizer stack-buffer-overflow on p [...] new fbe4dd20b9f ada: Fix internal error on protected type with -gnatc -gnatR
The 22 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 | 13 ++- gcc/ada/aspects.ads | 2 +- gcc/ada/bcheck.adb | 10 +- gcc/ada/checks.adb | 36 +++++-- gcc/ada/csets.adb | 46 +++++++-- gcc/ada/csets.ads | 14 +-- gcc/ada/einfo-utils.adb | 33 ++++--- gcc/ada/einfo.ads | 63 ++++++------ gcc/ada/exp_ch6.adb | 4 +- gcc/ada/exp_util.adb | 8 +- gcc/ada/exp_util.ads | 10 +- gcc/ada/freeze.adb | 190 ++++++++++++++++++------------------- gcc/ada/gcc-interface/decl.cc | 2 +- gcc/ada/gcc-interface/gigi.h | 5 + gcc/ada/gcc-interface/misc.cc | 17 +++- gcc/ada/gcc-interface/trans.cc | 23 +++++ gcc/ada/gcc-interface/utils.cc | 26 +++-- gcc/ada/gcc-interface/utils2.cc | 104 +++++++++++++++++++- gcc/ada/gen_il-gen-gen_nodes.adb | 3 +- gcc/ada/gnatls.adb | 11 ++- gcc/ada/init.c | 12 +-- gcc/ada/make.adb | 14 ++- gcc/ada/opt.adb | 3 - gcc/ada/sem_attr.adb | 4 +- gcc/ada/sem_ch13.adb | 20 +++- gcc/ada/sem_ch2.adb | 10 ++ gcc/ada/sem_ch3.adb | 67 ++++++------- gcc/ada/sem_ch4.adb | 130 ++++++++++++++++++------- gcc/ada/sem_ch4.ads | 5 +- gcc/ada/sem_disp.adb | 6 +- gcc/ada/sem_util.adb | 4 +- gcc/ada/sinfo.ads | 32 ++++--- gcc/ada/switch-b.adb | 15 ++- gcc/testsuite/gnat.dg/atomic10.adb | 4 +- 34 files changed, 623 insertions(+), 323 deletions(-)