This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 62c5ea52288 preprocessor: Deferred macro support new 49ea96b4d88 [Ada] Adjust documentation of System.Img_Util.Set_Decimal_Digits new 3fcb8100aac [Ada] Correctly mark subprogram as not always inlined in GN [...] new ae8c56262d6 [Ada] Update comment for processing of pragma Assertion_Policy new efec136240f [Ada] Fix analysis of access objects in Depends contracts new d494f9f037b [Ada] Tidy up implementation of System.Fat_Gen.Valid and in [...] new 2a1a3fc67f4 [Ada] Avoid reanalysis of malformed dependency relations new 758daef51b0 [Ada] Refine error messages on illegal Refined_State in SPARK new d983a9d0500 [Ada] Fix warning control character for message on IN OUT p [...] new 2c40c60ecb3 [Ada] Compiler crash on call to function instance new c2dc9fb6614 [Ada] Simplify prevention of cascaded errors for Refined_State new 32543637450 [Ada] Fix couple of bugs in the implementation of Round attribute new 097826df0cb [Ada] Additional fixes for Default_Initial_Condition new 9189557557f [Ada] Implement AI12-0398-1/03 new e5e963ab2ed [Ada] armhf-linux: symbolic tracebacks new a98c6ffa0ba [Ada] Fix documentation of -gnatw.K switch (activates => disables) new 3cde9f1cc56 [Ada] Remove double initialization of the known value cache new f3dd0581a51 [Ada] Implement part of System.Fat_Gen more efficiently new 77c44637af3 [Ada] Adjust previous change to System.Fat_Gen new a36a291399f [Ada] Fix internal error on bit-packed array in Volatile_Fu [...] new b97b4e6f71d [Ada] Adjust again previous change to System.Fat_Gen new 415791cf5c9 [Ada] Fix compile time evaluation of shift intrinsics new b9348660558 [Ada] Add annotation after recent compiler changes new 90b2d3fafb9 [Ada] Fix alignment warning in System.Fat_Gen unit new 7e7d99bfa23 [Ada] Incorrect accessibility level on type in formal package new 430dd877b86 [Ada] Small cleanup in the Ada.Text_IO hierarchy new 951d7d13199 [Ada] Small adjustments to fixed-point I/O units new b27e311783f [Ada] Refactor duplicated code for floating point attributes new 041f8c70ad0 [Ada] Process Truncation just like other floating point attributes new 7837a887d66 [Ada] Refactor duplicated code for First and Last attributes new a21ec1de4e5 [Ada] Analyze second parameter of attribute Scaling
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: .../building_executable_programs_with_gnat.rst | 2 +- gcc/ada/exp_aggr.adb | 31 +- gcc/ada/exp_attr.adb | 38 +- gcc/ada/exp_ch3.adb | 5 + gcc/ada/exp_ch4.adb | 5 +- gcc/ada/exp_ch6.adb | 1 + gcc/ada/exp_ch7.adb | 57 +- gcc/ada/exp_fixd.adb | 23 +- gcc/ada/exp_pakd.adb | 11 +- gcc/ada/exp_util.adb | 14 +- gcc/ada/gnat_ugn.texi | 4 +- gcc/ada/inline.adb | 27 +- gcc/ada/inline.ads | 14 +- gcc/ada/libgnat/a-tifiio.adb | 37 +- gcc/ada/libgnat/a-tifiio__128.adb | 45 +- gcc/ada/libgnat/a-wtcoio.adb | 4 +- gcc/ada/libgnat/a-wtdeio.adb | 4 +- gcc/ada/libgnat/a-wtdeio__128.adb | 4 +- gcc/ada/libgnat/a-wtenio.adb | 4 +- gcc/ada/libgnat/a-wtfiio.adb | 12 +- gcc/ada/libgnat/a-wtfiio__128.adb | 16 +- gcc/ada/libgnat/a-wtflio.adb | 4 +- gcc/ada/libgnat/a-wtinio.adb | 4 +- gcc/ada/libgnat/a-wtinio__128.adb | 4 +- gcc/ada/libgnat/a-wtmoio.adb | 4 +- gcc/ada/libgnat/a-wtmoio__128.adb | 4 +- gcc/ada/libgnat/a-ztcoio.adb | 4 +- gcc/ada/libgnat/a-ztdeio.adb | 4 +- gcc/ada/libgnat/a-ztdeio__128.adb | 4 +- gcc/ada/libgnat/a-ztenio.adb | 4 +- gcc/ada/libgnat/a-ztfiio.adb | 12 +- gcc/ada/libgnat/a-ztfiio__128.adb | 16 +- gcc/ada/libgnat/a-ztflio.adb | 4 +- gcc/ada/libgnat/a-ztinio.adb | 4 +- gcc/ada/libgnat/a-ztinio__128.adb | 4 +- gcc/ada/libgnat/a-ztmoio.adb | 4 +- gcc/ada/libgnat/a-ztmoio__128.adb | 4 +- gcc/ada/libgnat/s-fatgen.adb | 680 ++++++++++----------- gcc/ada/libgnat/s-fatgen.ads | 15 +- gcc/ada/libgnat/s-imguti.ads | 21 +- gcc/ada/par-ch3.adb | 8 +- gcc/ada/par-ch6.adb | 12 +- gcc/ada/par-ch9.adb | 6 + gcc/ada/sa_messages.ads | 2 +- gcc/ada/sem_aggr.adb | 5 +- gcc/ada/sem_attr.adb | 76 +-- gcc/ada/sem_elab.adb | 14 +- gcc/ada/sem_eval.adb | 4 +- gcc/ada/sem_prag.adb | 169 +++-- gcc/ada/sem_res.adb | 14 +- gcc/ada/sem_util.adb | 22 + gcc/ada/sem_util.ads | 3 + gcc/ada/sem_warn.adb | 6 +- gcc/ada/tracebak.c | 7 + 54 files changed, 804 insertions(+), 702 deletions(-)