This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5535eed40a9 2017-09-06 Steve Baird baird@adacore.com new 32075f9e15a 2017-09-06 Eric Botcazou ebotcazou@adacore.com new 53b51b7a48a 2017-09-06 Bob Duff duff@adacore.com
The 2 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 | 98 ++ gcc/ada/clean.adb | 1162 +------------- gcc/ada/einfo.adb | 33 + gcc/ada/einfo.ads | 6 + gcc/ada/exp_dbug.adb | 15 +- gcc/ada/exp_util.adb | 137 +- gcc/ada/freeze.adb | 8 +- gcc/ada/gnatls.adb | 2 +- gcc/ada/gnatname.adb | 830 ++++++++-- gcc/ada/make.adb | 4097 ++++++------------------------------------------- gcc/ada/make_util.adb | 964 ++++++++++++ gcc/ada/make_util.ads | 299 ++++ gcc/ada/makeusg.adb | 8 +- gcc/ada/par_sco.adb | 2 + gcc/ada/sem_ch12.adb | 47 + gcc/ada/sem_ch13.adb | 47 +- gcc/ada/sem_ch3.adb | 21 + gcc/ada/sem_ch5.adb | 5 +- gcc/ada/sem_ch7.adb | 2 +- gcc/ada/sem_prag.adb | 5 +- gcc/ada/sem_prag.ads | 4 +- gcc/ada/sem_util.ads | 5 +- gcc/ada/sem_warn.adb | 23 +- gcc/ada/sinput.adb | 32 + gcc/ada/sinput.ads | 7 + gcc/ada/switch-m.adb | 84 +- gcc/ada/switch-m.ads | 11 +- gcc/ada/sysdep.c | 61 +- 28 files changed, 3051 insertions(+), 4964 deletions(-) create mode 100644 gcc/ada/make_util.adb create mode 100644 gcc/ada/make_util.ads