This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 942051cabbf 2017-09-08 Eric Botcazou ebotcazou@adacore.com new 279cdbbba95 2017-09-08 Bob Duff duff@adacore.com new 02585eb088d 2017-09-08 Bob Duff duff@adacore.com new fcdcccb9a8c 2017-09-08 Ed Schonberg schonberg@adacore.com new 3a7fe2f3340 2017-09-08 Arnaud Charlet charlet@adacore.com
The 4 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 | 113 ++ gcc/ada/a-cbdlli.adb | 19 +- gcc/ada/a-cbprqu.ads | 6 +- gcc/ada/a-cohama.adb | 14 +- gcc/ada/a-cohase.adb | 14 +- gcc/ada/a-locale.ads | 6 +- gcc/ada/a-strfix.adb | 58 +- gcc/ada/a-strsea.ads | 10 +- gcc/ada/a-stwise.ads | 10 +- gcc/ada/a-stzsea.ads | 11 +- gcc/ada/a-textio.adb | 5 +- gcc/ada/a-witeio.adb | 5 +- gcc/ada/a-ztexio.adb | 5 +- gcc/ada/binde.adb | 92 +- gcc/ada/checks.adb | 8 +- gcc/ada/debug.adb | 8 +- gcc/ada/einfo.adb | 14 +- gcc/ada/exp_aggr.adb | 2 - gcc/ada/exp_attr.adb | 8 +- gcc/ada/exp_ch3.adb | 9 +- gcc/ada/exp_ch5.adb | 73 +- gcc/ada/exp_ch6.adb | 18 +- gcc/ada/exp_pakd.adb | 2 +- gcc/ada/exp_util.adb | 5 + gcc/ada/g-except.ads | 8 +- gcc/ada/gnat1drv.adb | 24 +- gcc/ada/inline.adb | 35 +- gcc/ada/layout.adb | 2778 +++-------------------------------- gcc/ada/layout.ads | 2 +- gcc/ada/lib-load.adb | 9 + gcc/ada/lib-xref-spark_specific.adb | 13 + gcc/ada/repinfo.adb | 25 +- gcc/ada/s-hibaen.ads | 99 -- gcc/ada/s-purexc.ads | 8 +- gcc/ada/s-trasym.adb | 25 +- gcc/ada/s-trasym.ads | 54 +- gcc/ada/sem_ch13.adb | 7 +- gcc/ada/sem_ch3.adb | 30 +- gcc/ada/sem_ch6.adb | 4 + gcc/ada/sem_eval.adb | 5 +- gcc/ada/sem_prag.adb | 25 +- gcc/ada/sem_prag.ads | 2 + gcc/ada/sem_res.adb | 4 +- gcc/ada/sem_util.adb | 13 +- gcc/ada/sem_util.ads | 4 +- gcc/ada/style.adb | 8 +- gcc/ada/targparm.adb | 4 +- gcc/ada/targparm.ads | 25 +- 48 files changed, 717 insertions(+), 3009 deletions(-) delete mode 100644 gcc/ada/s-hibaen.ads