This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fee53a3194c Daily bump. new e1e2b007030 ada: Fix support of Default_Component_Value aspect on deriv [...] new 930b81af5b0 ada: Cannot reference ghost entity in class-wide precondition new 7512dcc9423 ada: Simplify [Small_]Integer_Type_For new 7caa6841819 ada: Fix detection of function calls in object declarations new 1fc93c2437d ada: GNAT UGN: Adjust wording in "Platform-specific Informa [...] new 83d52e6de23 ada: Make Sem_Util.Is_Aliased_View predicate more robust new 48d9f7cb215 ada: Another small adjustment to special resolution of memb [...] new 742084ada1e ada: Adapt frontend optimization for aggregate assignment new bfe1ab222a8 ada: Fix calling convention of foreign functions returning [...] new 32841e7e848 ada: Make Apply_Discriminant_Check.Denotes_Explicit_Derefer [...] new d3f50f75aa3 ada: Fix format string parsing in GNAT.Formatted_String new de77a81b2c9 ada: Fix premature finalization of return temporary new 7bad99da3d2 ada: Fix parsing bug in GNAT.Formatted_String new 54d7221aca4 ada: Fix GNAT.Formatted_String's handling of real values new 238ff612f2f ada: output.adb: fix newline being inserted when buffer is full new 201c21b0e84 ada: Fix unescaped quotes when combining fdiagnostics-forma [...]
The 16 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/checks.adb | 28 ++- .../doc/gnat_ugn/platform_specific_information.rst | 4 +- gcc/ada/errout.adb | 5 +- gcc/ada/exp_aggr.adb | 106 +++++++++-- gcc/ada/exp_attr.adb | 25 ++- gcc/ada/exp_ch3.adb | 10 +- gcc/ada/exp_ch4.adb | 4 +- gcc/ada/exp_ch6.adb | 30 ++- gcc/ada/exp_tss.adb | 5 +- gcc/ada/exp_util.adb | 61 +++--- gcc/ada/exp_util.ads | 12 ++ gcc/ada/ghost.adb | 10 + gcc/ada/gnat_ugn.texi | 6 +- gcc/ada/libgnat/g-forstr.adb | 71 +++---- gcc/ada/output.adb | 6 +- gcc/ada/sem_ch13.adb | 205 +++++++++++++-------- gcc/ada/sem_res.adb | 19 +- gcc/ada/sem_util.adb | 20 +- gcc/ada/sem_util.ads | 22 +-- 19 files changed, 423 insertions(+), 226 deletions(-)