This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 482e8fb 2017-01-06 Hristian Kirtchev kirtchev@adacore.com new cbd4508 2017-01-06 Tristan Gingold gingold@adacore.com new e8e55b5 2017-01-06 Gary Dismukes dismukes@adacore.com new 5d5958d 2017-01-06 Justin Squirek squirek@adacore.com
The 3 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 | 104 ++++++++++++++++++++++++ gcc/ada/a-unccon.ads | 1 + gcc/ada/ada.ads | 1 + gcc/ada/aspects.adb | 3 +- gcc/ada/aspects.ads | 5 ++ gcc/ada/einfo.adb | 17 ++++ gcc/ada/einfo.ads | 9 +++ gcc/ada/exp_ch5.adb | 13 ++- gcc/ada/exp_ch9.adb | 191 +++++++++++++++++++++++++++++++++++++-------- gcc/ada/exp_util.adb | 29 +++---- gcc/ada/g-socthi-mingw.adb | 3 +- gcc/ada/par-prag.adb | 1 + gcc/ada/rtsfind.adb | 2 +- gcc/ada/rtsfind.ads | 3 + gcc/ada/s-os_lib.adb | 2 +- gcc/ada/s-taprop-linux.adb | 6 +- gcc/ada/s-tpoben.adb | 4 +- gcc/ada/s-tpoben.ads | 13 ++- gcc/ada/s-tposen.adb | 10 +-- gcc/ada/s-tposen.ads | 10 +-- gcc/ada/sem_case.adb | 17 ++-- gcc/ada/sem_ch13.adb | 14 ++++ gcc/ada/sem_ch6.adb | 9 +++ gcc/ada/sem_prag.adb | 74 ++++++++++++++++++ gcc/ada/sem_util.adb | 55 ++++++++++++- gcc/ada/sem_util.ads | 17 +++- gcc/ada/snames.ads-tmpl | 2 + gcc/ada/uintp.adb | 9 ++- gcc/ada/uintp.ads | 10 +-- 29 files changed, 532 insertions(+), 102 deletions(-)