This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 978ff98d749 gcc/ada/ChangeLog: add entries missing from previous commit new 15a97f6f68d gcc/ada/
The 1 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/ChangeLog | 43 +++++++++++++ .../doc/gnat_ugn/gnat_and_program_execution.rst | 15 ++++- gcc/ada/exp_aggr.adb | 20 +++++- gcc/ada/exp_ch6.adb | 24 ++++++- gcc/ada/exp_util.adb | 22 ++++++- gcc/ada/sem_prag.adb | 25 +++----- gcc/ada/sem_util.adb | 73 ++++++++++++++-------- gcc/ada/sem_util.ads | 14 +++-- gcc/ada/sem_warn.adb | 15 ++--- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gnat.dg/dflt_init_cond.adb | 12 ++++ gcc/testsuite/gnat.dg/dflt_init_cond_pkg.ads | 11 ++++ 12 files changed, 211 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/dflt_init_cond.adb create mode 100644 gcc/testsuite/gnat.dg/dflt_init_cond_pkg.ads