This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49431232988 Remove DR_GROUP_STORE_COUNT new acfd5ab079f libstdc++: Reorder start_lifetime_as macro in version.def new b0f15d09da6 ada: Incorrect expansion of VADS Size attribute applied to [...] new d832626b1a0 ada: Compiler crashes on subunits with Streaming/Put_Image [...] new f8e59edf550 ada: Remove superfluous statements new dc61789283a ada: Do not set Esize for Extended Accesses new 7c6e533f054 ada: Add C binding for Is_Extended_Access_Type new 32c70b25f0c ada: Add procedure to write an extended access as a String new 600e85df55a ada: Remove comment new dadb33b99ae ada: Fix comment about operational aspects new e564d6b1a7e ada: Preliminary implementation of structural generic insta [...] new 616d104215e ada: Remove unnecessary declare block new 7d048080365 ada: Make error recovery for structural generic instantiati [...] new 6eb4909a31b ada: Initial support for Extended Access types new 5ca8c273649 ada: Implement support for Is_Link_Once flag on entities
The 14 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 | 4 +- gcc/ada/doc/gnat_rm/gnat_language_extensions.rst | 154 ++++++ gcc/ada/einfo.ads | 8 + gcc/ada/exp_attr.adb | 55 +- gcc/ada/exp_put_image.adb | 3 + gcc/ada/fe.h | 2 + gcc/ada/frontend.adb | 13 + gcc/ada/gcc-interface/ada-tree.h | 27 + gcc/ada/gcc-interface/decl.cc | 556 ++++++++++++++------ gcc/ada/gcc-interface/gigi.h | 57 +- gcc/ada/gcc-interface/misc.cc | 4 +- gcc/ada/gcc-interface/trans.cc | 89 ++-- gcc/ada/gcc-interface/utils.cc | 287 ++++++++-- gcc/ada/gcc-interface/utils2.cc | 27 +- gcc/ada/gen_il-fields.ads | 2 + gcc/ada/gen_il-gen-gen_entities.adb | 1 + gcc/ada/gen_il-gen-gen_nodes.adb | 3 +- gcc/ada/gnat_rm.texi | 243 +++++++-- gcc/ada/gnat_ugn.texi | 4 +- gcc/ada/layout.adb | 30 +- gcc/ada/libgnat/s-putima.adb | 10 + gcc/ada/libgnat/s-putima.ads | 14 +- gcc/ada/par-ch10.adb | 4 +- gcc/ada/par-ch12.adb | 10 +- gcc/ada/par-ch3.adb | 11 +- gcc/ada/par-ch4.adb | 325 ++++++++++-- gcc/ada/par-ch5.adb | 4 +- gcc/ada/par-ch6.adb | 2 +- gcc/ada/par-ch7.adb | 4 +- gcc/ada/par-ch8.adb | 2 +- gcc/ada/par-ch9.adb | 5 +- gcc/ada/par.adb | 11 +- gcc/ada/rtsfind.ads | 2 + gcc/ada/sem_attr.adb | 6 +- gcc/ada/sem_ch10.adb | 7 +- gcc/ada/sem_ch12.adb | 633 ++++++++++++++++++++++- gcc/ada/sem_ch12.ads | 11 + gcc/ada/sem_ch3.adb | 2 - gcc/ada/sem_ch4.adb | 186 +++++-- gcc/ada/sem_ch8.adb | 57 +- gcc/ada/sem_util.adb | 149 ++++++ gcc/ada/sem_util.ads | 16 + gcc/ada/sinfo.ads | 9 + libstdc++-v3/include/bits/version.def | 16 +- libstdc++-v3/include/bits/version.h | 20 +- 45 files changed, 2606 insertions(+), 479 deletions(-)