This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0e05ee653a1 2017-04-25 Ed Schonberg schonberg@adacore.com new a7fe024a296 2017-04-25 Hristian Kirtchev kirtchev@adacore.com new 7289260fc88 2017-04-25 Hristian Kirtchev kirtchev@adacore.com new 23f66142a6a 2017-04-25 Bob Duff duff@adacore.com new 5dd04b3122d New file. new 6b1f52051db 2017-04-25 Javier Miranda miranda@adacore.com
The 5 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 | 90 ++ gcc/ada/a-tasatt.adb | 6 +- gcc/ada/{get_targ.adb => ada_get_targ.adb} | 234 +++-- gcc/ada/atree.adb | 8 +- gcc/ada/einfo.adb | 16 +- gcc/ada/einfo.ads | 13 + gcc/ada/exp_ch3.adb | 8 +- gcc/ada/exp_ch5.adb | 8 + gcc/ada/exp_util.adb | 1541 ++++++++++------------------ gcc/ada/exp_util.ads | 58 +- gcc/ada/freeze.adb | 61 +- gcc/ada/init.c | 2 +- gcc/ada/inline.adb | 10 +- gcc/ada/par-ch4.adb | 4 + gcc/ada/par-ch5.adb | 2 + gcc/ada/par.adb | 6 + gcc/ada/s-memory.adb | 2 + gcc/ada/s-stratt.ads | 4 +- gcc/ada/scng.adb | 4 + gcc/ada/sem_aggr.adb | 16 +- gcc/ada/sem_ch12.adb | 20 + gcc/ada/sem_ch13.adb | 2 +- gcc/ada/sem_ch3.adb | 7 +- gcc/ada/sem_ch5.adb | 31 +- gcc/ada/sem_ch7.adb | 5 - gcc/ada/sem_prag.adb | 43 +- gcc/ada/sem_res.adb | 10 + gcc/ada/sem_util.adb | 9 +- gcc/ada/sigtramp-vxworks-target.inc | 32 + gcc/ada/uintp.adb | 29 +- gcc/ada/uintp.ads | 10 +- 31 files changed, 1029 insertions(+), 1262 deletions(-) copy gcc/ada/{get_targ.adb => ada_get_targ.adb} (59%)