This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 985533b89cf * einfo.ads: Minor fixes in comments. new 60d2180f9aa 2017-04-27 Ed Schonberg schonberg@adacore.com new 56933b927f8 2017-04-27 Steve Baird baird@adacore.com new ae5306ebf6d 2017-04-27 Ed Schonberg schonberg@adacore.com new b4e4f646d38 2017-04-27 Hristian Kirtchev kirtchev@adacore.com new 16149377c39 2017-04-27 Hristian Kirtchev kirtchev@adacore.com
The 5 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 | 212 +++++++++ gcc/ada/a-cfdlli.adb | 129 +++--- gcc/ada/a-cfdlli.ads | 250 +++++++---- gcc/ada/a-cfhama.adb | 288 ++++-------- gcc/ada/a-cfhama.ads | 672 +++++++++++++++++++++++----- gcc/ada/a-cfinve.adb | 1206 +++++++++++++++++++++++++++++++++++++++++++++++--- gcc/ada/a-cfinve.ads | 810 ++++++++++++++++++++++++++++++--- gcc/ada/a-cofove.adb | 912 ++++++++++++++++++++++++++++++++++---- gcc/ada/a-cofove.ads | 768 +++++++++++++++++++++++++++++--- gcc/ada/a-cofuma.adb | 22 +- gcc/ada/a-cofuma.ads | 27 +- gcc/ada/a-cofuve.ads | 14 +- gcc/ada/checks.adb | 6 +- gcc/ada/debug.adb | 4 +- gcc/ada/exp_ch3.adb | 2 +- gcc/ada/exp_ch4.adb | 7 +- gcc/ada/exp_ch7.adb | 6 +- gcc/ada/exp_ch9.adb | 10 +- gcc/ada/exp_disp.adb | 2 +- gcc/ada/exp_util.adb | 21 +- gcc/ada/freeze.adb | 151 ++++--- gcc/ada/g-dyntab.adb | 95 +++- gcc/ada/g-dyntab.ads | 101 +++-- gcc/ada/g-table.adb | 341 +++----------- gcc/ada/g-table.ads | 208 +++------ gcc/ada/namet.adb | 19 +- gcc/ada/namet.ads | 8 - gcc/ada/namet.h | 6 +- gcc/ada/osint.ads | 2 +- gcc/ada/scos.h | 30 +- gcc/ada/sem_ch12.adb | 7 + gcc/ada/sem_ch7.adb | 24 +- gcc/ada/sem_dim.adb | 16 +- gcc/ada/sem_dim.ads | 12 +- gcc/ada/sem_elab.adb | 215 +++++---- gcc/ada/sem_prag.adb | 16 +- gcc/ada/sem_res.adb | 11 +- gcc/ada/sem_util.adb | 8 +- gcc/ada/table.adb | 371 +--------------- gcc/ada/table.ads | 230 +++------- gcc/ada/uintp.h | 10 +- gcc/ada/xoscons.adb | 4 +- 42 files changed, 5263 insertions(+), 1990 deletions(-)