This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2dcfdb050b4 2017-11-16 Bob Duff duff@adacore.com new e2293a635df 2017-11-16 Hristian Kirtchev kirtchev@adacore.com new 6991d45f76d 2017-11-16 Ed Schonberg schonberg@adacore.com
The 2 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 | 126 + gcc/ada/atree.adb | 36 + gcc/ada/atree.ads | 27 + gcc/ada/checks.adb | 25 +- gcc/ada/einfo.adb | 130 +- gcc/ada/einfo.ads | 56 +- gcc/ada/exp_util.adb | 8 + gcc/ada/lib-writ.adb | 2 +- gcc/ada/sem.adb | 37 +- gcc/ada/sem_ch3.adb | 39 +- gcc/ada/sem_ch7.adb | 5 + gcc/ada/sem_elab.adb | 6357 +++++++++++++++++++++++++++++++++----------------- gcc/ada/sem_elab.ads | 8 +- gcc/ada/sem_prag.adb | 10 + gcc/ada/sem_res.adb | 38 +- gcc/ada/sem_util.adb | 436 ++++ gcc/ada/sem_util.ads | 9 +- gcc/ada/sinfo.adb | 70 + gcc/ada/sinfo.ads | 45 +- 19 files changed, 5236 insertions(+), 2228 deletions(-)