This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c03cae4e066 Display the number of components BB vectorized new 86b228b87b6 [Ada] Avoid unnecessary work when expanding 'Image into 'Put_Image new 9b89dabfd85 [Ada] Duplicate Size/Value_Size clause new 5cb3843bca9 [Ada] Add DWARF 5 support to System.Dwarf_Line new 0c8ff35eb98 [Ada] Clean up Uint fields new 3ccd5d71926 [Ada] Implement support for unconstrained array types with FLB new 58d32c72ca0 [Ada] Use GNAT encodings only when -fgnat-encodings=all is [...] new 6bebd55e123 [Ada] adaint.c minor reformatting
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/adaint.c | 2 +- gcc/ada/atree.adb | 24 +- gcc/ada/atree.ads | 8 + gcc/ada/atree.h | 9 + gcc/ada/einfo-utils.adb | 25 +- gcc/ada/einfo-utils.ads | 7 + gcc/ada/einfo.ads | 12 - gcc/ada/errout.ads | 2 +- gcc/ada/exp_imgv.adb | 19 +- gcc/ada/exp_pakd.adb | 4 +- gcc/ada/fe.h | 3 + gcc/ada/freeze.adb | 12 +- gcc/ada/gcc-interface/decl.c | 174 +++++--- gcc/ada/gcc-interface/misc.c | 6 +- gcc/ada/gcc-interface/trans.c | 2 +- gcc/ada/gcc-interface/utils.c | 8 +- gcc/ada/gen_il-fields.ads | 1 - gcc/ada/gen_il-gen-gen_entities.adb | 27 +- gcc/ada/gen_il-gen-gen_nodes.adb | 12 +- gcc/ada/gen_il-gen.adb | 72 +-- gcc/ada/gen_il-internals.ads | 21 + gcc/ada/gen_il-types.ads | 19 +- gcc/ada/layout.adb | 2 +- gcc/ada/libgnat/s-dwalin.adb | 842 +++++++++++++++++++++++++----------- gcc/ada/libgnat/s-dwalin.ads | 124 +++--- gcc/ada/repinfo.adb | 24 +- gcc/ada/scans.ads | 6 +- gcc/ada/scn.adb | 9 +- gcc/ada/sem_ch13.adb | 93 +++- gcc/ada/sem_prag.adb | 2 +- gcc/ada/sem_util.adb | 4 +- gcc/ada/sinfo.ads | 12 +- gcc/ada/treepr.adb | 43 +- gcc/ada/types.h | 4 + gcc/ada/uintp.ads | 5 + 35 files changed, 1108 insertions(+), 531 deletions(-)