This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8278d9551df Fortran: Partial reversion of r15-5083 [PR117763] new 95bb4ef5cbe ada: Fix latent issue exposed by recent change in aggregate [...] new 22bd3133426 ada: Clean up utility function new 222da6bd248 ada: Remove use of global name buffer new bd0b9886f17 ada: Change specifications of Uname subprograms new 92e782e7758 ada: Fix the file documenting the ali format new 7cdb07a77ba ada: Simplify code new 20e7dfa9fb7 ada: Refactor code for printing the error location new 9a091423266 ada: Store error message kind as an enum new 2364e96f011 ada: Remove Raise_Exception_On_Error new ba0c6d0e4ea ada: Remove Current_Node from Errout new 8d0bb808f63 ada: Refactor checking redundant messages new 9fb54f47d0f ada: Remove Warn_Runtime_Raise attribute from Error_Msg_Object new 9b33f74c84e ada: Relocate implementation of Set_Msg_Insertion_Column new fed7c5cd733 ada: Relocate implementation of Write_Error_Summary new 38b977cc077 ada: Refactor code of Check_Ambiguous_Call and Valid_Conversion new e14ec5681e7 ada: Minor adjustments to error message for RM B.1(24) new 936f9f1d159 ada: Clean up previous change new 84d8a383c9f ada: Add minimal support for address clause/aspect on contr [...] new ae7c0475f10 ada: Do not use ATTR_ADDR_EXPR for 'Unrestricted_Access
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/diagnostics-converter.adb | 67 +-- gcc/ada/diagnostics-pretty_emitter.adb | 14 +- gcc/ada/diagnostics-switch_repository.adb | 16 +- gcc/ada/diagnostics-utils.adb | 7 +- gcc/ada/diagnostics.adb | 51 +- gcc/ada/diagnostics.ads | 17 +- .../doc/gnat_ugn/the_gnat_compilation_model.rst | 4 +- gcc/ada/err_vars.ads | 11 - gcc/ada/errout.adb | 432 ++++------------ gcc/ada/errout.ads | 15 - gcc/ada/erroutc.adb | 394 ++++++++++++--- gcc/ada/erroutc.ads | 106 ++-- gcc/ada/errutil.adb | 199 +------- gcc/ada/exp_ch3.adb | 4 +- gcc/ada/exp_ch7.adb | 52 +- gcc/ada/fname-uf.adb | 58 +-- gcc/ada/freeze.adb | 40 +- gcc/ada/gcc-interface/trans.cc | 11 +- gcc/ada/gnat_ugn.texi | 8 +- gcc/ada/par-ch6.adb | 1 - gcc/ada/par-ch7.adb | 2 - gcc/ada/par-ch9.adb | 9 +- gcc/ada/sem_ch13.adb | 4 + gcc/ada/sem_ch2.adb | 102 +--- gcc/ada/sem_prag.adb | 21 +- gcc/ada/sem_res.adb | 550 ++++++++++++--------- gcc/ada/sem_res.ads | 11 + gcc/ada/sem_util.adb | 10 +- gcc/ada/uname.adb | 67 ++- gcc/ada/uname.ads | 8 +- 30 files changed, 1060 insertions(+), 1231 deletions(-)