This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 76abfc7 [expand] Fix for PR rtl-optimization/79121 incorrect expa [...] new 2f85cf7 2017-01-19 Ed Schonberg schonberg@adacore.com new afefc6b Minor reformatting. new 1e0f1e8 2017-01-19 Hristian Kirtchev kirtchev@adacore.com new 9cdeb62 2017-01-19 Steve Baird baird@adacore.com new 5f7aa51 2017-01-19 Javier Miranda miranda@adacore.com new b2f0bda 2017-01-19 Hristian Kirtchev kirtchev@adacore.com
The 6 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 | 93 ++++ gcc/ada/bcheck.adb | 4 +- gcc/ada/binderr.ads | 6 +- gcc/ada/contracts.adb | 2 +- gcc/ada/exp_aggr.adb | 4 +- gcc/ada/exp_attr.adb | 4 +- gcc/ada/exp_ch11.adb | 2 +- gcc/ada/exp_ch4.adb | 2 +- gcc/ada/exp_ch6.adb | 89 +-- gcc/ada/exp_ch6.ads | 14 - gcc/ada/exp_dbug.adb | 2 +- gcc/ada/exp_util.adb | 12 +- gcc/ada/gnat1drv.adb | 2 +- gcc/ada/lib-xref-spark_specific.adb | 107 ++-- gcc/ada/lib-xref.ads | 9 + gcc/ada/sem.adb | 7 +- gcc/ada/sem_ch4.adb | 37 +- gcc/ada/sem_ch8.adb | 31 +- gcc/ada/sem_dim.adb | 21 +- gcc/ada/sem_res.adb | 2 +- gcc/ada/sem_util.adb | 1050 +++++++++++++++++++---------------- gcc/ada/sem_util.ads | 28 +- gcc/ada/sinfo.ads | 5 + 23 files changed, 875 insertions(+), 658 deletions(-)