This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 499c86e9744 2017-09-06 Ed Schonberg schonberg@adacore.com new 0958a52357c 2017-09-06 Hristian Kirtchev kirtchev@adacore.com new 9600e6893ee 2017-09-06 Eric Botcazou ebotcazou@adacore.com new de6b1105943 Fix typo. new 8ae779b8ac3 2017-09-06 Yannick Moy moy@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 | 109 +++++++++++++- gcc/ada/exp_ch4.adb | 101 +++++++++++-- gcc/ada/exp_ch5.adb | 58 +++++++- gcc/ada/exp_ch6.adb | 2 +- gcc/ada/exp_disp.ads | 4 +- gcc/ada/exp_util.adb | 30 +++- gcc/ada/freeze.adb | 6 +- gcc/ada/g-debpoo.adb | 150 ++++++++++---------- gcc/ada/g-table.ads | 2 - gcc/ada/inline.adb | 9 ++ gcc/ada/lib-xref.adb | 58 ++++++-- gcc/ada/namet.h | 4 +- gcc/ada/par_sco.adb | 6 +- gcc/ada/s-fatgen.adb | 12 +- gcc/ada/scos.ads | 20 +-- gcc/ada/scos.h | 28 ++-- gcc/ada/sem_ch12.adb | 9 ++ gcc/ada/sem_ch3.adb | 14 +- gcc/ada/sem_ch4.adb | 5 +- gcc/ada/sem_ch6.adb | 3 +- gcc/ada/sem_ch7.adb | 34 ++--- gcc/ada/sem_ch8.adb | 1 - gcc/ada/sem_prag.adb | 29 ++-- gcc/ada/sem_util.adb | 310 ++++++++++++++++++++-------------------- gcc/ada/sem_util.ads | 7 +- gcc/ada/spark_xrefs.ads | 19 +-- gcc/ada/table.adb | 369 +++++++++++++++++++++++++++++++++++++++++++++++- gcc/ada/table.ads | 248 ++++++++++++++++++++++++-------- gcc/ada/treepr.adb | 5 +- gcc/ada/uintp.h | 8 +- 30 files changed, 1233 insertions(+), 427 deletions(-)