This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9e330977385 libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137] new 92491369652 ada: Array aggregates of mutably tagged objects (part 2) new 02c6ea42352 ada: Elaboration entity must not be ghost in ghost generic [...] new 607d45e7a5f ada: Incorrect resolution of prefixed calls with overriding [...] new ac357a72ddc ada: Do not inline function returning on the secondary stack new 8c828583366 ada: Back out change to Tbuild.Unchecked_Convert_To new e94fe9439a6 ada: Spurious actual/formal matching check failure for form [...] new cf9a479e3f9 tree-optimization/120924 - up --param uninit-max-chain-len
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/einfo.ads | 18 ++++++- gcc/ada/exp_aggr.adb | 68 +++++++------------------ gcc/ada/exp_ch6.adb | 6 +++ gcc/ada/gen_il-fields.ads | 1 + gcc/ada/gen_il-gen-gen_entities.adb | 2 + gcc/ada/inline.adb | 11 ++++ gcc/ada/sem_ch12.adb | 17 ++++++- gcc/ada/sem_ch4.adb | 34 ++++++++----- gcc/ada/sem_ch6.adb | 91 +++++++++++++++++++++++----------- gcc/ada/sem_util.adb | 18 +++++++ gcc/ada/tbuild.adb | 6 +-- gcc/params.opt | 2 +- gcc/testsuite/gcc.dg/uninit-pr120924.c | 34 +++++++++++++ 13 files changed, 210 insertions(+), 98 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/uninit-pr120924.c