This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9c586fc 2016-07-06 Bob Duff duff@adacore.com new d1edd78 2016-07-06 Hristian Kirtchev kirtchev@adacore.com new 545d732 2016-07-06 Hristian Kirtchev kirtchev@adacore.com new 3d42f14 2016-07-06 Hristian Kirtchev kirtchev@adacore.com
The 3 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 | 114 ++++ gcc/ada/einfo.adb | 43 +- gcc/ada/einfo.ads | 40 +- gcc/ada/exp_aggr.adb | 1663 +++++++++++++++++++++++++++++++++++--------------- gcc/ada/exp_attr.adb | 16 +- gcc/ada/exp_ch3.adb | 42 +- gcc/ada/exp_ch4.adb | 251 +++----- gcc/ada/exp_ch5.adb | 2 + gcc/ada/exp_ch6.adb | 24 +- gcc/ada/exp_ch7.adb | 436 +++++++------ gcc/ada/exp_ch9.adb | 34 +- gcc/ada/exp_util.adb | 215 ++++++- gcc/ada/exp_util.ads | 38 ++ gcc/ada/gnatbind.adb | 15 +- gcc/ada/lib.adb | 37 +- gcc/ada/sem_aggr.adb | 672 ++++++++++---------- gcc/ada/sem_attr.adb | 1 + gcc/ada/sem_ch12.adb | 56 ++ gcc/ada/sem_ch13.adb | 2 +- gcc/ada/sem_ch3.adb | 18 + gcc/ada/sem_ch4.adb | 55 ++ gcc/ada/sem_res.adb | 8 +- gcc/ada/sinfo.adb | 16 + gcc/ada/sinfo.ads | 13 + 24 files changed, 2456 insertions(+), 1355 deletions(-)