This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 21fd8c67ad2 IBM Z: Fix ICE in expand_perm_as_replicate new 9b0f70bf939 ada: Refactor checks for Refined_Global in generic instances new 7ec7b5ae9f1 ada: Refactor checks for Refined_Depends in generic instances new 731824d0810 ada: Remove unnecessary guard against empty list new 8d711859139 ada: Fix handling of aspects CPU and Interrupt_Priority new a53e5e7aee9 ada: Cleanup building of error messages for class-wide contracts new 8ce93cc22e0 ada: Refactor common code for dynamic and static class-wide [...] new ba1b04fb59f ada: Add switch to disable expansion of assertions in CodeP [...] new b849df9a981 ada: Enable inlining for subprograms with multiple return s [...] new 025fd3eabc1 ada: Simplify check for type without stream operations new e425edc5802 ada: Skip processing of NUL character for attribute Type_Key new 3da7847e82e ada: Adjust comments and doc about the new use of restricti [...] new 2d20aaaa8a3 ada: Cleanup repeated code in expansion of stream attributes new eb822805b51 ada: Fix incorrect lower bound presumption in gnatlink new e12e69b1f5b ada: Remove incorrect assertion in run-time new aec9d8c9f5d ada: Fix usage of SetThreadIdealProcessor new c5aa1535e13 ada: Fix usage of SetThreadAffinityMask new 8a27ded7923 ada: Remove streaming facilities from generics for formal c [...] new d97f81d3558 ada: Tune code related to potentially unevaluated expressions new d9553e44dcf ada: Fix references to Ada RM in comments new fd545623567 ada: Further refine 'Super attribute new 7158a64fe92 ada: Unreferenced warning on abstract subprogram new c9363050769 ada: Crash checking accessibility level on private type new d8e73ea45fb ada: Iterator filter ignored on formal loop new 5ae21dd349b ada: Missing style check for extra parentheses in operators new 3fb45d7fe1e ada: Resolve compilation issues with container aggregates i [...] new f32d2d14452 ada: For freezing, treat an extension or delta aggregate li [...] new 9bf9e60e262 ada: Minor code adjustment to "not Present" test new f5e372e2a31 ada: Derived type with convention C must override conventio [...] new add6d89eaed ada: Storage_Error in indirect call to function returning l [...] new 62724447794 ada: Add support for No_Implicit_Conditionals to nonbinary [...]
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/accessibility.adb | 2 +- gcc/ada/ali.adb | 2 +- gcc/ada/debug.adb | 7 +- .../doc/gnat_rm/implementation_defined_pragmas.rst | 6 - ...ard_and_implementation_defined_restrictions.rst | 6 + gcc/ada/einfo.ads | 2 +- gcc/ada/exp_attr.adb | 40 +++--- gcc/ada/exp_ch11.adb | 2 +- gcc/ada/exp_ch3.adb | 7 +- gcc/ada/exp_ch4.adb | 134 +++++++++++--------- gcc/ada/exp_ch5.adb | 45 +++++-- gcc/ada/exp_ch6.adb | 50 ++++---- gcc/ada/exp_ch7.adb | 2 +- gcc/ada/exp_disp.adb | 4 + gcc/ada/freeze.adb | 6 +- gcc/ada/gnat1drv.adb | 8 +- gcc/ada/gnat_rm.texi | 14 +-- gcc/ada/gnat_ugn.texi | 4 +- gcc/ada/gnatlink.adb | 17 ++- gcc/ada/inline.adb | 91 ++------------ gcc/ada/lib-list.adb | 4 +- gcc/ada/lib-writ.adb | 3 +- gcc/ada/libgnarl/s-taprop__mingw.adb | 19 ++- gcc/ada/libgnat/a-chtgfo.adb | 68 ---------- gcc/ada/libgnat/a-chtgfo.ads | 24 ---- gcc/ada/libgnat/a-stbuut.ads | 2 +- gcc/ada/libgnat/s-os_lib.adb | 22 ++-- gcc/ada/libgnat/s-winext.ads | 2 +- gcc/ada/par-ch5.adb | 25 ++++ gcc/ada/sem_aggr.adb | 26 +++- gcc/ada/sem_attr.adb | 14 ++- gcc/ada/sem_ch12.adb | 2 +- gcc/ada/sem_ch13.adb | 11 +- gcc/ada/sem_ch3.adb | 8 +- gcc/ada/sem_ch6.adb | 12 +- gcc/ada/sem_ch7.adb | 2 +- gcc/ada/sem_prag.adb | 138 +++++++-------------- gcc/ada/sem_util.adb | 12 +- gcc/ada/sem_util.ads | 2 +- gcc/ada/sem_warn.adb | 12 +- 40 files changed, 383 insertions(+), 474 deletions(-)