This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68e034920ba amdgcn: invent target feature flags new fe29260b0d4 ada: Document that -gnatdJ is unused new 29e10c52709 ada: Fix crash on box-initialized component with No_Default [...] new 9fbf6517c73 ada: Miscomputed bounds for inner null array aggregates new 693985f4d83 ada: Fix bogus error on allocator in instantiation with pri [...] new 487c9df6026 ada: Fix analysis of Extensions_Visible new 772fcf4769a ada: Call memcmp instead of Compare_Array_Unsigned_8 and... new d33104429a6 ada: Bug box for expression function with list comprehension new 03308301c7b ada: Allow mutably tagged types to work with qualified expressions new 15d3f36f76b ada: Put_Image aspect spec ignored for null extension. new 404f1f7ddda ada: Use clause (or use type clause) in a protected operati [...] new 5621e907ffb ada: Compiler accepts an illegal Unchecked_Access attribute [...] new 78fe22892c6 ada: Fix generic renaming table low bound on reset new 4996c5ff650 ada: Use static allocation for small dynamic string concate [...]
The 13 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/contracts.adb | 46 ++- gcc/ada/debug.adb | 1 + ...ard_and_implementation_defined_restrictions.rst | 4 +- gcc/ada/einfo-utils.ads | 1 + gcc/ada/exp_aggr.adb | 41 +- gcc/ada/exp_ch4.adb | 132 ++++--- gcc/ada/exp_ch7.adb | 51 ++- gcc/ada/exp_ch9.adb | 41 ++ gcc/ada/exp_put_image.adb | 17 +- gcc/ada/freeze.adb | 1 + gcc/ada/gcc-interface/utils2.cc | 122 +++++- gcc/ada/gnat_rm.texi | 6 +- gcc/ada/sem_aggr.adb | 415 +++++++++++++++++++-- gcc/ada/sem_attr.adb | 7 + gcc/ada/sem_ch12.adb | 2 +- gcc/ada/sem_ch5.adb | 14 + gcc/ada/sem_prag.ads | 10 + gcc/ada/targparm.ads | 11 +- 18 files changed, 758 insertions(+), 164 deletions(-)