This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 28b1ed0d3a7 2017-12-05 Hristian Kirtchev kirtchev@adacore.com new 4724c6b05d3 gcc/ada/
The 1 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 | 77 ++++++++++ gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 23 +++ gcc/ada/exp_ch11.adb | 19 ++- gcc/ada/exp_ch6.adb | 6 +- gcc/ada/exp_ch7.adb | 105 +++++++++---- gcc/ada/exp_ch9.adb | 6 + gcc/ada/exp_unst.adb | 36 ++++- gcc/ada/exp_unst.ads | 6 +- gcc/ada/exp_util.adb | 37 ++++- gcc/ada/exp_util.ads | 4 +- gcc/ada/libgnarl/s-taprop__qnx.adb | 7 +- gcc/ada/libgnat/s-regexp.ads | 2 +- gcc/ada/opt.ads | 2 +- gcc/ada/rtsfind.ads | 4 + gcc/ada/sem_ch13.adb | 4 + gcc/ada/sem_ch4.adb | 29 +++- gcc/ada/sem_util.adb | 203 ------------------------- gcc/ada/sem_util.ads | 7 - gcc/ada/types.ads | 2 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gnat.dg/private_overriding.adb | 62 ++++++++ 21 files changed, 376 insertions(+), 269 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/private_overriding.adb