This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dd38c765a04 PR fortran/95373 - ICE in build_reference_type, at tree.c:7942 new 9f2e635defb Ability to build the GNAT runtime with project files
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/Makefile.rtl | 33 +++++- .../doc/gnat_ugn/the_gnat_compilation_model.rst | 18 +-- gcc/ada/gcc-interface/Makefile.in | 2 +- gcc/ada/libgnarl/libgnarl.gpr | 28 +++++ gcc/ada/libgnat/libada.gpr | 77 +++++++++++++ gcc/ada/libgnat/libgnat.gpr | 69 ++++++++++++ gcc/ada/libgnat/libgnat_common.gpr | 19 ++++ gcc/ada/libgnat/system-mingw.ads | 5 - gcc/ada/tb-gcc.c | 125 --------------------- gcc/ada/tracebak.c | 96 +++++++++++++++- 10 files changed, 329 insertions(+), 143 deletions(-) create mode 100644 gcc/ada/libgnarl/libgnarl.gpr create mode 100644 gcc/ada/libgnat/libada.gpr create mode 100644 gcc/ada/libgnat/libgnat.gpr create mode 100644 gcc/ada/libgnat/libgnat_common.gpr delete mode 100644 gcc/ada/tb-gcc.c