This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c1460a1 The Cortex-A57 scheduler is missing fcsel, so add it. new 97c23bb 2016-06-16 Hristian Kirtchev kirtchev@adacore.com new 2eaf269 Improve modes_tieable by returning true in more cases: allow [...] new e13b163 2016-06-20 Hristian Kirtchev kirtchev@adacore.com new d093127 2016-06-20 Ed Schonberg schonberg@adacore.com new 77fd9c7 2016-06-20 Hristian Kirtchev kirtchev@adacore.com
The 5 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 | 5 + gcc/ada/ChangeLog | 193 +++ .../{a-exetim-posix.adb => a-exetim-darwin.adb} | 95 +- gcc/ada/atree.adb | 17 + gcc/ada/atree.ads | 8 +- gcc/ada/atree.h | 3 +- gcc/ada/einfo.adb | 411 +++-- gcc/ada/einfo.ads | 140 +- gcc/ada/exp_ch3.adb | 515 +------ gcc/ada/exp_ch7.adb | 1565 ++++++++++++++++++++ gcc/ada/exp_ch7.ads | 19 +- gcc/ada/exp_ch9.adb | 6 - gcc/ada/exp_util.adb | 25 +- gcc/ada/freeze.adb | 41 +- gcc/ada/g-socket.adb | 33 +- gcc/ada/gnatbind.adb | 58 +- gcc/ada/lib.ads | 4 +- gcc/ada/make.adb | 62 +- gcc/ada/pprint.adb | 19 +- gcc/ada/s-regpat.adb | 15 +- gcc/ada/sem_ch13.adb | 775 ++-------- gcc/ada/sem_ch13.ads | 21 +- gcc/ada/sem_ch3.adb | 342 +++-- gcc/ada/sem_ch6.adb | 50 +- gcc/ada/sem_ch7.adb | 114 +- gcc/ada/sem_ch9.adb | 43 +- gcc/ada/sem_prag.adb | 249 ++-- gcc/ada/sem_prag.ads | 20 +- gcc/ada/sem_res.adb | 21 +- gcc/ada/sem_util.adb | 157 +- gcc/ada/sem_util.ads | 20 + gcc/ada/sinfo.ads | 4 + gcc/config/aarch64/aarch64.c | 18 +- 33 files changed, 3249 insertions(+), 1819 deletions(-) copy gcc/ada/{a-exetim-posix.adb => a-exetim-darwin.adb} (70%)