This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fce42e15063 RISC-V: Regen riscv-ext.texi [NFC] new 043596fa26b ada: Factorize initialization of local variable new 0bb1e0c53cc ada: Add assertion on expanded code in particular case new 35d8062ebd1 ada: Tweak formatting in Process_Subtype new 3d1703cb4c6 ada: Remove outdated comment about reused entity fields new a7d4884b0a3 ada: Rename a couple of local variables new 3f5f720f33e ada: Fix recursive call in Process_Subtype new ea2a0e7faf2 ada: Add Incomplete_Type_OK formal to Process_Subtype new 5db0a4c3c73 ada: Fix Value_Decimal to raise Constraint_Error on boundar [...] new c8d73979464 ada: Fix the detection of configuration pragmas new 26845c12efb ada: Fix use-after-free in Compute_All_Tasks new eb5cc8510d5 ada: Fix infinite loop with aggregate in generic unit new c4dc5124872 ada: Simplify Constrain_Array new 467b7f39864 ada: Rename constant in Analyze_Component_Declaration new 8d5375aa4fe ada: Fix omission in comment new f2b992095a7 ada: Storage_Error on Ordered_Maps container aggregate with [...] new 3f30c88d177 ada: VAST: create treewalker new a88a9a2aee1 ada: Fix inconsistent comment for fixed-point Value attribu [...] new 3ca2ce5071e ada: Fix wrong initialization of library-level object by co [...] new a139b405338 ada: VAST: treewalker improvements new c737dbfc020 ada: Fix fallout of latest change new 4662043e55e ada: Move Check_Discriminant_Conformance to Sem_Ch3 new 434a5ff1e76 ada: Special case for inconsistent pointer in Scan_Raw_Unsigned new 31bd253c363 ada: Error on subtype with static predicate used in case_ex [...] new e564160f91b ada: VAST found bug: Itypes with Parent new 15fd3020e36 ada: Factorize some duplicate code new f03b8cf596e ada: Do not install the support files of 128-bit types on 3 [...] new 1f6b0d91f75 ada: Small cleanup in instantiation of generic bodies new 6c0f367bac1 ada: Minor comment tweak new 5dc946f78e6 ada: Remove redundant guard against attribute with no expressions new 9b80d0fdced ada: Generic formal objects have no entry components
The 30 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 | 86 ++++++++- gcc/ada/debug.adb | 11 +- gcc/ada/debug_a.adb | 7 +- gcc/ada/einfo.ads | 24 +-- gcc/ada/exp_aggr.adb | 2 +- gcc/ada/exp_ch4.adb | 16 +- gcc/ada/exp_ch6.adb | 10 +- gcc/ada/freeze.adb | 11 +- gcc/ada/frontend.adb | 4 +- gcc/ada/gen_il-gen-gen_entities.adb | 5 +- gcc/ada/inline.adb | 36 ++-- gcc/ada/lib.adb | 9 - gcc/ada/lib.ads | 13 +- gcc/ada/libgnarl/s-stusta.adb | 5 +- gcc/ada/libgnat/s-vafi128.ads | 6 +- gcc/ada/libgnat/s-vafi32.ads | 6 +- gcc/ada/libgnat/s-vafi64.ads | 6 +- gcc/ada/libgnat/s-valued.adb | 27 ++- gcc/ada/libgnat/s-valueu.adb | 9 + gcc/ada/libgnat/s-valueu.ads | 8 +- gcc/ada/namet.adb | 18 -- gcc/ada/namet.ads | 8 - gcc/ada/par-ch5.adb | 38 ++-- gcc/ada/sem_attr.adb | 1 - gcc/ada/sem_case.adb | 8 +- gcc/ada/sem_ch12.adb | 9 +- gcc/ada/sem_ch3.adb | 362 ++++++++++++++++++++++++++++++------ gcc/ada/sem_ch3.ads | 11 +- gcc/ada/sem_ch6.adb | 243 ------------------------ gcc/ada/sem_ch6.ads | 9 - gcc/ada/sem_prag.adb | 18 +- gcc/ada/vast.adb | 235 ++++++++++++++++++++++- gcc/ada/vast.ads | 7 +- 33 files changed, 785 insertions(+), 483 deletions(-)