This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 04dc156 2016-05-02 Arnaud Charlet charlet@adacore.com new f74a102 2016-05-02 Tristan Gingold gingold@adacore.com new f5d97bf 2016-05-02 Hristian Kirtchev kirtchev@adacore.com new b98d0bd Minor reformatting. new 56d8dd5 PR rtl-optimization/70886 * sched-deps.c (estimate_dep_weak [...] new f990659 2016-05-02 Gary Dismukes dismukes@adacore.com new 83986ef Minor reformatting. new 6d22398 2016-05-02 Jerome Lambourg lambourg@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/ChangeLog | 10 + gcc/ada/ChangeLog | 111 +++++++++ gcc/ada/checks.adb | 8 +- gcc/ada/comperr.adb | 5 +- gcc/ada/debug.adb | 5 +- gcc/ada/einfo.adb | 36 +-- gcc/ada/einfo.ads | 18 +- gcc/ada/exp_ch3.adb | 157 +------------ gcc/ada/exp_ch4.adb | 207 +---------------- gcc/ada/exp_ch5.adb | 16 +- gcc/ada/exp_ch6.adb | 7 +- gcc/ada/exp_ch7.adb | 445 ++++++++++++++++++++++++++++-------- gcc/ada/exp_ch7.ads | 26 ++- gcc/ada/exp_prag.adb | 35 ++- gcc/ada/gnat1drv.adb | 50 ++-- gcc/ada/interfac.ads | 3 +- gcc/ada/lib-xref-spark_specific.adb | 6 +- gcc/ada/opt.ads | 5 + gcc/ada/s-unstyp.ads | 6 +- gcc/ada/sem.adb | 3 + gcc/ada/sem_attr.adb | 6 +- gcc/ada/sem_ch12.adb | 2 +- gcc/ada/sem_ch13.adb | 188 +++++++++------ gcc/ada/sem_ch3.adb | 9 +- gcc/ada/sem_ch4.adb | 10 +- gcc/ada/sem_prag.adb | 6 +- gcc/ada/sem_util.adb | 105 ++++++--- gcc/ada/sem_util.ads | 14 ++ gcc/cselib.c | 12 +- gcc/cselib.h | 14 +- gcc/sched-deps.c | 23 +- 31 files changed, 858 insertions(+), 690 deletions(-)