This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 25e4fa4 2017-01-13 Yannick Moy moy@adacore.com new 6da581c 2017-01-13 Gary Dismukes dismukes@adacore.com new 75fb435 2017-01-13 Yannick Moy moy@adacore.com new 12e7feb Code cleanups. new c957c41 gcc/testsuite/ChangeLog: new c6f2a10 2017-01-13 Ed Schonberg schonberg@adacore.com new 8fa5a59 2017-01-13 Gary Dismukes dismukes@adacore.com new 6b44d71 2017-01-13 Hristian Kirtchev kirtchev@adacore.com
The 7 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 | 79 +++++++++++++++++++ gcc/ada/contracts.adb | 29 ++++++- gcc/ada/contracts.ads | 5 +- gcc/ada/exp_aggr.adb | 54 +++++++++---- gcc/ada/exp_ch4.adb | 30 +++++++- gcc/ada/inline.adb | 20 +++-- gcc/ada/nlists.ads | 4 +- gcc/ada/par-ch4.adb | 13 +++- gcc/ada/s-exnllf.adb | 89 ++++++++++----------- gcc/ada/sem_aggr.adb | 107 ++++++++++++++++++++------ gcc/ada/sem_ch13.adb | 8 +- gcc/ada/sem_ch3.adb | 7 +- gcc/ada/sem_util.adb | 28 +++++-- gcc/ada/sem_util.ads | 6 ++ gcc/ada/sinfo.adb | 12 ++- gcc/ada/sinfo.ads | 5 ++ gcc/ada/sprint.adb | 2 +- gcc/fortran/ChangeLog | 6 ++ gcc/fortran/resolve.c | 11 ++- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gfortran.dg/coarray/event_4.f08 | 12 +++ 21 files changed, 400 insertions(+), 132 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/event_4.f08