This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a8eb958 2016-04-18 Yannick Moy moy@adacore.com new c4d6f8b 2016-04-18 Ed Schonberg schonberg@adacore.com new f40facb 2016-04-18 Eric Botcazou ebotcazou@adacore.com new 61e1893 2016-04-18 Hristian Kirtchev kirtchev@adacore.com new 33a9aa9 2016-04-18 Hristian Kirtchev kirtchev@adacore.com new 86d6ea2 2016-04-18 Hristian Kirtchev kirtchev@adacore.com new c8e6203 2016-04-18 Eric Botcazou ebotcazou@adacore.com new b30066a 2016-04-18 Ed Schonberg schonberg@adacore.com new 887b310 2016-04-18 Bob Duff duff@adacore.com new 90a408d 2016-04-18 Yannick Moy moy@adacore.com new 82eb6a0 2016-04-18 Ed Schonberg schonberg@adacore.com new c41e404 2016-04-18 Hristian Kirtchev kirtchev@adacore.com new c175273 Minor code cleanups.
The 12 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 | 317 ++++++++++++++ gcc/ada/a-calend.adb | 6 +- gcc/ada/a-calend.ads | 18 +- gcc/ada/a-cuprqu.adb | 144 ++++--- gcc/ada/a-cuprqu.ads | 29 +- gcc/ada/a-exetim-mingw.ads | 1 - gcc/ada/a-nudira.adb | 4 +- gcc/ada/a-nudira.ads | 4 +- gcc/ada/a-nuflra.adb | 6 +- gcc/ada/a-nuflra.ads | 6 +- gcc/ada/ali.ads | 20 +- gcc/ada/bindgen.adb | 2 +- gcc/ada/contracts.adb | 210 +-------- gcc/ada/exp_ch5.adb | 3 +- gcc/ada/exp_ch6.adb | 45 ++ gcc/ada/exp_intr.adb | 77 +--- gcc/ada/exp_intr.ads | 16 +- gcc/ada/exp_unst.adb | 7 +- gcc/ada/freeze.adb | 6 +- gcc/ada/g-souinf.ads | 6 +- gcc/ada/ghost.adb | 290 +++++++++---- gcc/ada/ghost.ads | 25 +- gcc/ada/gnat1drv.adb | 14 + gcc/ada/inline.adb | 3 +- gcc/ada/layout.adb | 176 +++++--- gcc/ada/namet-sp.ads | 4 +- gcc/ada/namet.adb | 1024 +++++++++++++++++++++++--------------------- gcc/ada/namet.ads | 390 +++++++++-------- gcc/ada/namet.h | 24 +- gcc/ada/sem_aggr.adb | 27 +- gcc/ada/sem_ch12.adb | 51 +-- gcc/ada/sem_ch12.ads | 16 +- gcc/ada/sem_ch13.adb | 19 +- gcc/ada/sem_ch3.adb | 20 +- gcc/ada/sem_ch4.adb | 39 +- gcc/ada/sem_ch6.adb | 77 ++-- gcc/ada/sem_ch7.adb | 7 +- gcc/ada/sem_elab.adb | 19 +- gcc/ada/sem_eval.adb | 122 +++--- gcc/ada/sem_eval.ads | 215 +++++----- gcc/ada/sem_intr.adb | 1 + gcc/ada/sem_prag.adb | 885 ++++++++++++++++++++++++-------------- gcc/ada/sem_prag.ads | 27 +- gcc/ada/sem_res.adb | 4 +- gcc/ada/sem_util.adb | 2 +- gcc/ada/sem_warn.adb | 7 +- gcc/ada/snames.ads-tmpl | 1 + gcc/ada/spark_xrefs.ads | 22 +- gcc/ada/targparm.ads | 4 +- 49 files changed, 2631 insertions(+), 1811 deletions(-)