This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 142c8afdb8d [Ada] Fix repeated words and typos in doc and comments new b8839813db8 [Ada] Fix Global contract for the predefined Yield procedure new 0a8eb0a76a3 [Ada] Fix processing of standard predefined operators new e619f87254f [Ada] Broken privacy on Controlled type extensions new c48617c814d [Ada] Fix various typos, plus minor reformatting new 36be7df2338 [Ada] Improved handling of circular compilation dependencies new 4a04f82294d [Ada] Fix related to handling up-level references in protec [...] new 58f07f37ee8 [Ada] Improve error message for dispatching subprogram formals new e10f11f7cdb [Ada] Missing dereference in bound of slice in element iterator new 45f50e22289 [Ada] Tighten up semantic checking for protected subprogram [...] new e32e5622139 [Ada] Spurious error on universal access equality operator new 3dbaca45883 [Ada] Spurious warning about change of representastion in call
The 11 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 | 74 +++++++++++++++++++++++++++++++++++++++++++ gcc/ada/exp_ch9.adb | 5 ++- gcc/ada/libgnarl/a-dispat.ads | 4 ++- gcc/ada/sem_ch10.adb | 14 ++++++++ gcc/ada/sem_ch13.adb | 8 +++++ gcc/ada/sem_ch4.adb | 54 +++++++++++++++++++++++++++++-- gcc/ada/sem_ch5.adb | 21 ++++++++++++ gcc/ada/sem_ch6.adb | 59 ++++++++++++++++++++++++++-------- gcc/ada/sem_ch8.adb | 11 +++++-- gcc/ada/sem_res.adb | 8 +++-- gcc/ada/sem_type.adb | 4 +-- 11 files changed, 238 insertions(+), 24 deletions(-)