This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e29c7593990 Daily bump. new 2e69adbc71d [Ada] Bad "already use-visible" warning re: use in private part new 255fbe1f83f [Ada] Wrong error on hidden must-override primitive new 9dbc56de1f5 [Ada] Document the introduction of the Object_Size attribut [...] new de29907236b [Ada] Do not propagate Object_Size onto Size for composite types new fc33838ba05 [Ada] Einfo: fix typo in comment new a657a1e46d6 [Ada] Reject aspect specifications on number constants new fc40c6178f7 [Ada] Reserving switch d_K for known problem isssues detection new 2e89f60ef66 [Ada] Minor housekeeping work in Create_Standard new d94d71e94dc [Ada] AI12-0282: shared variable control aspects on formal types new dfa6415cd20 [Ada] Missing accessibility actuals on calls to interface c [...] new 6c31682041f [Ada] Fix three-letter typos like "sss" in comments and docs new b875f1852da [Ada] Simplify Big_Integer and Big_Real interface new 0ea0bd6ef34 [Ada] Atomic aspect on formal generic params now supported [...] new e406c8552d0 [Ada] Fix uninitialized out parameter in s-regpat.adb new 5396d37ca96 [Ada] Missing accessibility check on access discriminants
The 15 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 | 115 +++++++++++ gcc/ada/cstand.adb | 3 +- gcc/ada/debug.adb | 5 +- .../doc/gnat_rm/implementation_defined_pragmas.rst | 2 +- gcc/ada/doc/gnat_rm/obsolescent_features.rst | 2 +- .../doc/gnat_ugn/gnat_and_program_execution.rst | 2 +- gcc/ada/einfo.ads | 37 ++-- gcc/ada/exp_attr.adb | 4 +- gcc/ada/exp_ch9.adb | 2 +- gcc/ada/gcc-interface/decl.c | 25 ++- gcc/ada/gnat_rm.texi | 4 +- gcc/ada/gnat_ugn.texi | 2 +- gcc/ada/init.c | 2 +- gcc/ada/layout.adb | 8 - gcc/ada/libgnat/a-nbnbin.adb | 71 ++++--- gcc/ada/libgnat/a-nbnbin.ads | 29 +-- gcc/ada/libgnat/a-nbnbre.adb | 27 +-- gcc/ada/libgnat/a-nbnbre.ads | 20 +- gcc/ada/libgnat/s-atopar.ads | 4 +- gcc/ada/libgnat/s-atopex.ads | 4 +- gcc/ada/libgnat/s-regpat.adb | 10 +- gcc/ada/libgnat/s-valrea.adb | 2 +- gcc/ada/par-ch12.adb | 13 +- gcc/ada/par-ch13.adb | 4 +- gcc/ada/par-ch6.adb | 2 +- gcc/ada/sem_attr.adb | 2 +- gcc/ada/sem_ch12.adb | 96 ++++++++- gcc/ada/sem_ch13.adb | 32 ++- gcc/ada/sem_ch3.adb | 13 +- gcc/ada/sem_ch4.adb | 2 +- gcc/ada/sem_ch6.adb | 222 ++++++++++++++++----- gcc/ada/sem_ch8.adb | 12 +- gcc/ada/sem_eval.adb | 5 +- gcc/ada/sem_prag.adb | 28 ++- gcc/ada/sem_res.adb | 27 +++ gcc/ada/sem_util.ads | 2 +- 36 files changed, 624 insertions(+), 216 deletions(-)