This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from c8934b1c081 Daily bump. new 823e9733520 ada: Fix spurious error on anonymous array initialized by c [...] new 8a63f6bd618 ada: Incorrect creation of corresponding expression of clas [...] new e68026cd01d ada: Check validity using signedness from the type and not [...] new f59c4d4a6a3 ada: Missing discriminant check on assignment of Bounded_Ve [...] new 2fd267be72d ada: Fix glitch in handling of Atomic_Components on generic [...] new 6cc5c01aa77 ada: Reject component-related aspects on formal non-array types new d96603a48d3 ada: Support fixed-lower-bound array types as generic actua [...]
The 7 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/contracts.adb | 103 ++++----------------------------------------- gcc/ada/exp_aggr.adb | 11 ++++- gcc/ada/exp_attr.adb | 5 +-- gcc/ada/exp_ch4.adb | 43 ++++++++++--------- gcc/ada/exp_util.adb | 113 +++++++++++++++++++++++++++++++++++++++++++++++++- gcc/ada/sem_ch12.adb | 10 +++++ gcc/ada/sem_ch3.adb | 4 +- gcc/ada/sem_prag.adb | 9 ++-- 8 files changed, 171 insertions(+), 127 deletions(-)