This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 07e5e054a1c AVR: target/115830 - Make better use of SREG.N and SREG.Z. new 00ec6bd8059 Make some smallest_int_mode_for_size calls cope with failure new ac6d433b02c Allow subregs around constant displacements [PR116516] new 6b4b5b42d47 ada: Update documentation for conditional when constructs new 567e36ccbae ada: First controlling parameter aspect new a383d7bb732 ada: Proper handling for iterator associations in array aggregates new 6a3ff84a779 ada: Display actual line length in line length check new 299cd64b9e5 ada: Ensure validity checks for private scalar types new dbaf2c0c78e ada: Extract line fitting algorithm new 446f415e44f ada: Use consistent type continuations messages new f872bba253c ada: Parse the attributes of continuation messages correctly new 4825bbfebc3 ada: Avoid creating continuation messages without an intend [...] new f60b53cc200 ada: Improve Inspection_Point warning new ad4c549ac20 ada: Restructure continuation message for pretty printing new bb7a1667125 ada: Use the same warning character in continuation messages new c2e3326a10f ada: Print Insertion_Sloc in dmsg new 499406992f4 ada: Fix missing finalization for call to function returnin [...] new a50584b8a63 ada: Missing legality check when type completed new d506247921d ada: Fix internal error on concatenation of discriminant-de [...] new cdd5dd2125c ada: Fix assertion failure on private limited with clause
The 19 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 | 12 +- gcc/ada/doc/gnat_rm/gnat_language_extensions.rst | 223 +++++++++----- gcc/ada/erroutc.adb | 209 +++++++------ gcc/ada/erroutc.ads | 7 +- gcc/ada/exp_aggr.adb | 4 +- gcc/ada/exp_ch3.adb | 3 +- gcc/ada/exp_ch6.adb | 8 +- gcc/ada/exp_prag.adb | 19 +- gcc/ada/freeze.adb | 12 +- gcc/ada/gnat_rm.texi | 330 +++++++++++++-------- gcc/ada/gnat_ugn.texi | 4 +- gcc/ada/par-ch4.adb | 7 +- gcc/ada/restrict.adb | 2 +- gcc/ada/sem_aggr.adb | 62 +++- gcc/ada/sem_aux.adb | 8 +- gcc/ada/sem_ch12.adb | 2 +- gcc/ada/sem_ch13.adb | 2 +- gcc/ada/sem_ch6.adb | 38 ++- gcc/ada/sem_ch8.adb | 1 + gcc/ada/sem_prag.adb | 2 +- gcc/ada/sem_util.adb | 2 +- gcc/ada/sem_warn.adb | 6 +- gcc/ada/styleg.adb | 4 +- gcc/ada/usage.adb | 3 + gcc/dse.cc | 16 +- gcc/optabs.cc | 6 +- gcc/rtlanal.cc | 28 +- .../compile/pr116516.c} | 3 - gcc/testsuite/gnat.dg/interface6.adb | 1 + 29 files changed, 681 insertions(+), 343 deletions(-) copy gcc/testsuite/{gcc.dg/analyzer/pr95152-4.c => gcc.c-torture/compile/pr116516. [...]