This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 308e40331f9 Ada, Darwin, PowerPC : Fix bootstrap after 128 int changes. new 9651cba4360 Daily bump. new a7d153ab847 Add overloaded debug_bb and debug_bb_n with dump flags new 3b01ce303bf [Ada] Handle subtype_indication in 'Update for arrays new e8d6d5f0399 [Ada] Crash on membership test in expression function new e3710c6509f [Ada] AI12-0395: Allow aspect_specifications on formal parameters new acdd1bd4c6c [Ada] Fix typos in comments about parsing iterated_componen [...] new 9fdbcec6945 [Ada] Cleanup SPARK expansion of aggregates with iterated_c [...] new 8cb66f96091 [Ada] Fix SPARK expansion of iterated_component_assoc in de [...] new 1ab538527f9 [Ada] Improve error on missing with clause new cc744c0c238 [Ada] Delete: set Position to No_Element new 5c6430d68c3 [Ada] Missing errors on extension aggregates with unknown d [...] new adf1c867c01 [Ada] gnatpp: Document that --no-comments-fill is now the default new cfc3a1db82c [Ada] Spurious error on Old attribute reference in delta aggregate new aa32e8f4665 [Ada] Do not instantiate generic bodies outside of main uni [...] new 5d2041a0c75 [Ada] Fix interference between iterated element-and-compone [...] new 51fb7000aa3 [Ada] x86-lynx178elf - gcc build fails new d111f09ee50 [Ada] Restore hex addresses and improve symbolic backtraces new f69ecf3bbad [Ada] Fix typos in error message for array delta aggregates new 7649892bfc8 [Ada] Suppress warnings on unreferenced parameters of dispa [...] new 326c36ce378 [Ada] Fix GNATprove crash on generics with access types new e0481cf5fcf [Ada] Minor editions to documentation of Ada.Text_IO.Fixed_IO new 86d774f68ee [Ada] Fix Accept_Socket and Connect_Socket timeout support new 4d4a3fb738e [Ada] Relax assertion on Small in Ada.Text_IO.Fixed_IO new 4ab5d8c17b7 [Ada] Document characteristics of ordinary fixed point types new acd4ef9df25 [Ada] Fix harmless assertion failure in GNATprove mode new d4506716bcd [Ada] Another small edition to documentation of Ada.Text_IO [...] new 19b00ffa9cb [Ada] Fix freezing of previous contracts new 4b0fe398dbe [Ada] Further small edition to documentation of Ada.Text_IO [...] new 10c633b7d6d [Ada] Avoid crash on use of Ada 2020 feature new 38a61cff222 [Ada] Replace GNAT_Extended_Ravenscar profile name new fcae4f70cd2 [Ada] Further small edition to documentation of Ada.Text_IO [...] new 02a8253980d [Ada] Handle Iterated_Component_Association with Others_Choice
The 32 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/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/ada/contracts.adb | 19 ++- .../doc/gnat_rm/implementation_defined_aspects.rst | 2 +- .../implementation_defined_characteristics.rst | 15 ++- .../doc/gnat_rm/implementation_defined_pragmas.rst | 25 ++-- gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 4 +- gcc/ada/errout.ads | 11 +- gcc/ada/exp_aggr.adb | 24 +++- gcc/ada/exp_attr.adb | 3 + gcc/ada/exp_spark.adb | 11 +- gcc/ada/freeze.adb | 11 +- gcc/ada/gnat_rm.texi | 40 +++--- gcc/ada/inline.adb | 19 ++- gcc/ada/libgnat/a-cihama.adb | 2 + gcc/ada/libgnat/a-cohama.adb | 2 + gcc/ada/libgnat/a-cohase.adb | 2 + gcc/ada/libgnat/a-tifiio.adb | 144 ++++++++++----------- gcc/ada/libgnat/g-socket.adb | 75 ++++------- gcc/ada/libgnat/s-dwalin.adb | 21 +-- gcc/ada/libgnat/s-imgrea.ads | 4 +- gcc/ada/par-ch4.adb | 26 ++-- gcc/ada/par-ch6.adb | 4 +- gcc/ada/s-oscons-tmplt.c | 3 + gcc/ada/sem_aggr.adb | 32 ++++- gcc/ada/sem_attr.adb | 2 +- gcc/ada/sem_ch12.adb | 20 ++- gcc/ada/sem_ch8.adb | 22 +++- gcc/ada/sem_warn.adb | 29 +++-- gcc/cfg.c | 20 ++- gcc/cfg.h | 2 + gcc/fortran/ChangeLog | 22 ++++ gcc/print-rtl.c | 2 +- gcc/testsuite/gnat.dg/warn14.adb | 2 +- 34 files changed, 388 insertions(+), 239 deletions(-)