This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 06913e012ec 2017-09-07 Arnaud Charlet charlet@adacore.com new 1f0c90bb95a 2017-09-07 Nicolas Roche roche@adacore.com new 1d3b8a1e6bc * s-parame-ae653.ads: Removed. new eba9690d402 2017-09-07 Arnaud Charlet charlet@adacore.com new 68ac0131a73 2017-09-07 Vincent Celier celier@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 | 125 +++++++++ gcc/ada/Makefile.rtl | 2 - gcc/ada/a-caldel.adb | 22 +- gcc/ada/a-ngelfu.ads | 41 ++- gcc/ada/a-tags.adb | 19 +- gcc/ada/a-tags.ads | 40 +-- gcc/ada/a-taside.adb | 8 +- gcc/ada/clean.adb | 34 +-- gcc/ada/comperr.adb | 4 +- gcc/ada/einfo.adb | 22 ++ gcc/ada/einfo.ads | 13 + gcc/ada/exp_aggr.adb | 6 +- gcc/ada/exp_ch3.adb | 70 +++-- gcc/ada/exp_ch3.ads | 12 +- gcc/ada/exp_disp.adb | 39 +++ gcc/ada/exp_disp.ads | 6 + gcc/ada/ghost.adb | 44 +++ gcc/ada/gnat1drv.adb | 6 +- gcc/ada/lib-xref.adb | 13 + gcc/ada/par_sco.adb | 4 +- gcc/ada/s-osinte-solaris-posix.ads | 559 ------------------------------------- gcc/ada/s-parame-ae653.ads | 210 -------------- gcc/ada/s-parame-hpux.ads | 11 +- gcc/ada/s-parame-vxworks.ads | 11 +- gcc/ada/s-parame.ads | 11 +- gcc/ada/s-regexp.ads | 16 +- gcc/ada/s-taasde.adb | 8 - gcc/ada/s-taenca.adb | 28 -- gcc/ada/s-taprob.adb | 18 +- gcc/ada/s-tasren.adb | 79 ------ gcc/ada/s-tassta.adb | 17 +- gcc/ada/s-tasuti.adb | 10 +- gcc/ada/s-tpobop.adb | 25 +- gcc/ada/sem_ch10.adb | 7 +- gcc/ada/sem_ch13.adb | 5 +- gcc/ada/sem_ch7.adb | 6 + gcc/ada/sem_prag.adb | 10 +- 37 files changed, 457 insertions(+), 1104 deletions(-) delete mode 100644 gcc/ada/s-osinte-solaris-posix.ads delete mode 100644 gcc/ada/s-parame-ae653.ads