This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 092763fd0c0 x86: Handle V8BF in expand_vec_perm_broadcast_1 new bc435abbce8 [Ada] Fix syntax in documentation new 124c5e5c7c3 [Ada] Improve pretty-printing of iterated component associations new 2af82bc2eb9 [Ada] Remove excessive guards against inserting empty lists [...] new c7dd10e8af0 [Ada] Fix expansion of attribute Priority new 88fbab0d71b [Ada] Cleanup expansion of attribute Priority new ae035e3437c [Ada] Fix crash for Default_Initial_Condition on derived en [...] new 2322afe68dc [Ada] Code cleanups new 72c5ce77a02 [Ada] New gnatbind switch -k new 7c23b88c1fc [Ada] Cleanup analysis of quantified expressions with empty ranges new 022f98942cb [Ada] Cleanup resolution of iterated component association new f85d7deec9b [Ada] Cleanup resolution of aggregates with mixed component [...] new cde3f941754 [Ada] Cleanup analysis of iterator specifications new 44bd2755a8b [Ada] Fix resolution of iterated component association new a0998ca3add [Ada] Enable Error_Msg_GNAT_Extension for mixed decl/stmts new 7449db0bf4a [Ada] Secondary stack and i-c* new fc32180d704 [Ada] Suppress warnings in trivial subprograms with finalization new d983abebfff [Ada] Fix double identifiers in iterated component association new f3561c06465 [Ada] Detect expansion of iterated component associations i [...] new bd8405bfbe0 [Ada] Fix bogus discriminant check failure for type with predicate new 95d9823d289 [Ada] Small cleanup in body of System.Value_R new 645d1208bf9 [Ada] Fix detection of unused warning suppression new 2237f94d32c [Ada] Bad Default_Initial_Condition check for a not-default [...] new 47a03f3e45f [Ada] Remove no longer referenced GNATprove utility routine [...] new 66d4ff2658f [Ada] Create internal type for null array aggregate as an itype new cb6ff9e4198 [Ada] Single-element Append performance improvement new 2f578c3e50e [Ada] Remove VMS specific routine that is no longer referenced new e35ecc880f4 [Ada] Cleanup iteration over aggregate component associations new b26be61b8d2 [Ada] Fix insertion of a runtime check for null array aggregate new 59a23beb9e7 [Ada] Fix inconsistent building of itypes for null array ag [...] new 3424f4c34d0 [Ada] Move check for null array aggregates to expansion
The 30 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/ali.adb | 19 +- gcc/ada/aspects.ads | 6 +- gcc/ada/bindgen.adb | 1 + gcc/ada/bindusg.adb | 5 + .../building_executable_programs_with_gnat.rst | 16 + .../doc/gnat_ugn/gnat_and_program_execution.rst | 7 +- gcc/ada/einfo-utils.adb | 2 +- gcc/ada/exp_aggr.adb | 38 +- gcc/ada/exp_attr.adb | 39 +- gcc/ada/exp_ch3.adb | 8 +- gcc/ada/exp_ch5.adb | 37 +- gcc/ada/exp_util.adb | 15 +- gcc/ada/exp_util.ads | 5 - gcc/ada/freeze.adb | 22 +- gcc/ada/gnat_ugn.texi | 41 +- gcc/ada/layout.adb | 12 +- gcc/ada/libgnat/a-coinve.adb | 41 +- gcc/ada/libgnat/a-convec.adb | 47 +- gcc/ada/libgnat/s-valuer.adb | 29 +- gcc/ada/opt.ads | 4 + gcc/ada/par-ch4.adb | 1 - gcc/ada/par-ch5.adb | 25 +- gcc/ada/sem_aggr.adb | 169 ++--- gcc/ada/sem_aggr.ads | 4 + gcc/ada/sem_ch13.adb | 743 ++++++++++----------- gcc/ada/sem_ch13.ads | 30 + gcc/ada/sem_ch3.adb | 83 +-- gcc/ada/sem_ch4.adb | 59 +- gcc/ada/sem_ch5.adb | 13 +- gcc/ada/sem_ch6.adb | 12 +- gcc/ada/sem_elab.adb | 8 +- gcc/ada/sem_res.adb | 18 +- gcc/ada/sem_util.adb | 16 +- gcc/ada/sem_util.ads | 5 - gcc/ada/sinfo.ads | 12 +- gcc/ada/sprint.adb | 15 +- gcc/ada/switch-b.adb | 6 + gcc/ada/treepr.adb | 22 +- 38 files changed, 831 insertions(+), 804 deletions(-)