This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 026dbb2e800 gcc/ada/ new 9a66624166f 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 | 45 +++ gcc/ada/atree.adb | 69 +--- gcc/ada/exp_ch3.adb | 22 +- gcc/ada/exp_ch6.adb | 604 +++++++++++++++--------------- gcc/ada/exp_disp.adb | 162 +++++++- gcc/ada/exp_disp.ads | 5 + gcc/ada/sem_ch4.adb | 7 +- gcc/ada/sem_util.adb | 11 + gcc/testsuite/gnat.dg/class_wide3.adb | 8 + gcc/testsuite/gnat.dg/class_wide3_pkg.ads | 16 + 10 files changed, 573 insertions(+), 376 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/class_wide3.adb create mode 100644 gcc/testsuite/gnat.dg/class_wide3_pkg.ads