This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 955eddf9d9b Code cleanups. new 023e0007c3b 2017-04-25 Eric Botcazou ebotcazou@adacore.com new 145317c67cf 2017-04-25 Ed Schonberg schonberg@adacore.com new 056f201df44 Minor reformatting. new 6bf17085003 2017-04-25 Hristian Kirtchev kirtchev@adacore.com new 76be83f9dcf 2017-04-25 Bob Duff duff@adacore.com new 4685dd6f716 2017-04-25 Eric Botcazou ebotcazou@adacore.com new 051826ee77b 2017-04-25 Bob Duff duff@adacore.com new 3ded55886ca 2017-04-25 Bob Duff duff@adacore.com
The 8 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 | 198 ++++++++++++++++++++++++++++++++++++++++++ gcc/ada/a-numaux-darwin.adb | 48 +++++++--- gcc/ada/a-numaux-darwin.ads | 4 +- gcc/ada/a-numaux-libc-x86.ads | 4 +- gcc/ada/a-numaux-vxworks.ads | 4 +- gcc/ada/a-numaux-x86.adb | 35 +++++--- gcc/ada/a-numaux-x86.ads | 5 +- gcc/ada/a-numaux.ads | 9 +- gcc/ada/a-strbou.ads | 6 +- gcc/ada/atree.h | 3 + gcc/ada/erroutc.adb | 4 +- gcc/ada/exp_aggr.adb | 2 +- gcc/ada/exp_ch3.adb | 5 ++ gcc/ada/exp_ch4.adb | 55 ++++++++---- gcc/ada/exp_ch5.adb | 10 ++- gcc/ada/exp_ch6.adb | 23 +++-- gcc/ada/exp_ch8.adb | 8 +- gcc/ada/exp_dbug.adb | 61 +++++++++---- gcc/ada/exp_intr.adb | 31 ++++--- gcc/ada/exp_prag.adb | 8 +- gcc/ada/freeze.adb | 5 +- gcc/ada/lib.adb | 17 ++++ gcc/ada/lib.ads | 5 ++ gcc/ada/namet.adb | 3 + gcc/ada/namet.ads | 3 +- gcc/ada/par-prag.adb | 2 +- gcc/ada/par.adb | 16 ++-- gcc/ada/s-osinte-freebsd.ads | 2 +- gcc/ada/s-secsta.adb | 22 +++-- gcc/ada/sem_attr.adb | 67 +++++++++++++- gcc/ada/sem_ch13.adb | 50 +++-------- gcc/ada/sem_ch3.adb | 4 +- gcc/ada/sem_ch4.adb | 16 ++++ gcc/ada/sem_ch8.adb | 23 ++++- gcc/ada/sem_ch8.ads | 4 +- gcc/ada/sem_prag.adb | 22 +++-- gcc/ada/sem_prag.ads | 17 ++-- gcc/ada/sem_util.adb | 144 +++++++++++++++++++++++++----- gcc/ada/sem_util.ads | 6 +- gcc/ada/sinfo.ads | 2 +- gcc/ada/urealp.adb | 19 ++-- 41 files changed, 753 insertions(+), 219 deletions(-)