This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 94495247341 i386: Refactor vcvttps2qq/vcvtqq2ps patterns. new 3cb7e22ad96 ada: Implement first half of Generalized Finalization new 60ca71044e8 ada: Overridden operation field not correctly set for contr [...] new 089bb078e86 ada: Bug using user defined string literals with interpolat [...] new 432b8a346e1 ada: Fix array-manipulating code in Mdll new d4c990759bc ada: Add missing dimension information for target names new fdbc04d13f0 ada: Reject ambiguous function calls in interpolated string [...] new 5c8b7fcc04b ada: Remove last uses of System.Address_Operations in runti [...]
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/aspects.ads | 9 +- gcc/ada/checks.adb | 6 +- gcc/ada/doc/gnat_rm/gnat_language_extensions.rst | 33 +++ gcc/ada/einfo.ads | 11 +- gcc/ada/exp_aggr.adb | 2 +- gcc/ada/exp_attr.adb | 9 +- gcc/ada/exp_ch3.adb | 53 ++--- gcc/ada/exp_ch4.adb | 8 +- gcc/ada/exp_ch6.adb | 4 +- gcc/ada/exp_ch7.adb | 62 +++--- gcc/ada/exp_disp.adb | 24 --- gcc/ada/exp_util.adb | 61 +++++- gcc/ada/exp_util.ads | 25 ++- gcc/ada/freeze.adb | 12 +- gcc/ada/gen_il-fields.ads | 1 + gcc/ada/gen_il-gen-gen_entities.adb | 1 + gcc/ada/gnat_rm.texi | 103 +++++++--- gcc/ada/gnat_ugn.texi | 4 +- gcc/ada/libgnat/s-carsi8.adb | 8 +- gcc/ada/libgnat/s-carun8.adb | 8 +- gcc/ada/libgnat/s-casi128.adb | 7 +- gcc/ada/libgnat/s-casi16.adb | 11 +- gcc/ada/libgnat/s-casi32.adb | 7 +- gcc/ada/libgnat/s-casi64.adb | 7 +- gcc/ada/libgnat/s-caun128.adb | 7 +- gcc/ada/libgnat/s-caun16.adb | 11 +- gcc/ada/libgnat/s-caun32.adb | 7 +- gcc/ada/libgnat/s-caun64.adb | 7 +- gcc/ada/libgnat/s-finroo.ads | 10 +- gcc/ada/libgnat/s-geveop.adb | 33 ++- gcc/ada/mdll.adb | 43 ++-- gcc/ada/sem_aux.adb | 3 +- gcc/ada/sem_ch13.adb | 243 ++++++++++++++++++++++- gcc/ada/sem_ch2.adb | 80 +++++++- gcc/ada/sem_ch3.adb | 25 +-- gcc/ada/sem_ch5.adb | 1 + gcc/ada/sem_ch6.adb | 82 ++++---- gcc/ada/sem_dim.adb | 2 + gcc/ada/sem_elab.adb | 120 +++++------ gcc/ada/sem_elab.ads | 7 + gcc/ada/sem_res.adb | 7 +- gcc/ada/sem_util.adb | 16 +- gcc/ada/sem_util.ads | 9 +- gcc/ada/snames.ads-tmpl | 2 + 44 files changed, 834 insertions(+), 357 deletions(-)