This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7e2d366 2015-10-20 Ed Schonberg schonberg@adacore.com new f1cabbf 2015-10-20 Ed Schonberg schonberg@adacore.com new 49d539c 2015-10-20 Ed Schonberg schonberg@adacore.com new 136298d 2015-10-20 Steve Baird baird@adacore.com new 79dd9ad 2015-10-20 Yannick Moy moy@adacore.com new b8eacb1 2015-10-20 Bob Duff duff@adacore.com new 0c30cda 2015-10-20 Ed Schonberg schonberg@adacore.com
The 6 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 | 171 ++++++++++++++++++++++++ gcc/ada/a-cfinve.ads | 8 +- gcc/ada/a-coboho.adb | 36 ++++-- gcc/ada/a-coboho.ads | 13 +- gcc/ada/a-conhel.adb | 2 + gcc/ada/a-contai.ads | 9 -- gcc/ada/a-disedf.ads | 6 +- gcc/ada/a-exetim-default.ads | 14 +- gcc/ada/a-exetim-mingw.adb | 4 +- gcc/ada/a-exetim-mingw.ads | 14 +- gcc/ada/a-exetim.ads | 14 +- gcc/ada/a-extiin.ads | 10 +- gcc/ada/a-interr.ads | 30 ++++- gcc/ada/a-ngelfu.adb | 8 +- gcc/ada/a-reatim.adb | 4 +- gcc/ada/a-reatim.ads | 12 +- gcc/ada/a-sytaco.adb | 4 +- gcc/ada/a-sytaco.ads | 25 +++- gcc/ada/a-taside.adb | 4 +- gcc/ada/a-taside.ads | 26 +++- gcc/ada/atree.adb | 23 ++++ gcc/ada/atree.ads | 12 ++ gcc/ada/atree.h | 2 + gcc/ada/checks.adb | 2 +- gcc/ada/einfo.adb | 30 ++++- gcc/ada/einfo.ads | 23 ++++ gcc/ada/exp_ch4.adb | 58 +++++---- gcc/ada/exp_ch6.adb | 291 ++++++++++++++++++++--------------------- gcc/ada/exp_ch6.ads | 2 +- gcc/ada/exp_util.adb | 2 +- gcc/ada/g-pehage.adb | 4 +- gcc/ada/gnatxref.adb | 20 +-- gcc/ada/layout.adb | 2 +- gcc/ada/lib-xref.adb | 2 +- gcc/ada/make.adb | 23 ++-- gcc/ada/par-ch12.adb | 6 +- gcc/ada/pprint.adb | 295 ++++++++++++++++++++++++++---------------- gcc/ada/pprint.ads | 4 + gcc/ada/prj-attr.adb | 8 ++ gcc/ada/prj-dect.adb | 2 +- gcc/ada/s-mudido-affinity.adb | 81 +++++++----- gcc/ada/sem_attr.adb | 2 +- gcc/ada/sem_aux.adb | 2 +- gcc/ada/sem_ch11.adb | 9 +- gcc/ada/sem_ch12.adb | 2 +- gcc/ada/sem_ch13.adb | 10 +- gcc/ada/sem_ch4.adb | 2 +- gcc/ada/sem_ch5.adb | 5 +- gcc/ada/sem_ch6.adb | 2 +- gcc/ada/sem_prag.adb | 1 + gcc/ada/sem_res.adb | 4 +- gcc/ada/sem_util.adb | 100 ++++++++++++++ gcc/ada/sem_util.ads | 18 ++- gcc/ada/sinfo.ads | 4 +- gcc/ada/snames.ads-tmpl | 2 + gcc/ada/switch-b.adb | 17 +-- gcc/ada/types.ads | 4 +- 57 files changed, 1035 insertions(+), 455 deletions(-)