This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a8ded6d PR66284 remove std::function special case for reference_wrapper new fe696bd 2017-01-12 Hristian Kirtchev kirtchev@adacore.com new 82c42a9 2017-01-12 Ed Schonberg schonberg@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 | 109 ++++++ gcc/ada/einfo.ads | 8 +- gcc/ada/exp_aggr.adb | 70 +++- gcc/ada/exp_ch3.adb | 229 ++++++++++--- gcc/ada/exp_ch4.adb | 28 +- gcc/ada/exp_ch5.adb | 20 +- gcc/ada/exp_ch7.adb | 936 +++++++++++++++++++++++++-------------------------- gcc/ada/exp_ch7.ads | 24 +- gcc/ada/exp_ch9.adb | 10 +- gcc/ada/exp_util.adb | 5 +- gcc/ada/freeze.adb | 14 +- gcc/ada/gnat1drv.adb | 51 +-- gcc/ada/s-tarest.adb | 10 +- gcc/ada/s-tassta.adb | 4 + gcc/ada/sem_attr.adb | 37 +- gcc/ada/sem_ch10.adb | 16 +- gcc/ada/sem_ch13.adb | 8 +- gcc/ada/sem_ch3.adb | 6 +- gcc/ada/sem_prag.adb | 20 +- gcc/ada/sem_util.adb | 24 +- 20 files changed, 984 insertions(+), 645 deletions(-)