This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 33c4e466243 Add 'default' to -foffload=; document that flag [PR67300] new 6df6055d5c6 Add forward propagation to SLP "any" permutes new 10215ba9d78 [Ada] Consistently use Validated_View for Valid_Scalars on records new 997d3894fbd [Ada] Fix bug in node/entity kind numbers in sinfo/einfo.h new bb456e80c18 [Ada] Factor out many fields in entities new d94afa43f7c [Ada] Ignore again errors when running gen_il-main new d23455ce238 [Ada] Rewrite Validated_View in recursive style new 0bc7cf47c12 [Ada] Add some OS constants to control keepalive on TCP con [...] new b9ec951f431 [Ada] tech debt: clean up Component_Size new 1a9d13fff60 [Ada] Further adjustment and optimization of System.Value_N new 568d3d4656c [Ada] Fix old typo in comment new 898edf758e0 [Ada] tech debt: Parent (Empty) is not allowed new 7aaf6620018 [Ada] Accept arrays and scalars as type views that can be v [...] new 430d508058b [Ada] vx7-shared-libs - x86_64-vx7r2 (gnat runtime) new 4c07e6d6792 [Ada] Overriding errors on renamings and instances overridi [...] new 32638d4975f [Ada] Simplify detection of local types new 3307a681fe6 [Ada] More robust guard against cascaded errors with overla [...] new df3636e013f [Ada] Reuse Is_Subprogram_Or_Entry where possible new afea7b3dc2c [Ada] Remove redundant check for empty list new bd881d83c11 [Ada] Fix style in Get_Fullest_View new 23a5c0fe8ab [Ada] Disable Pre/Post in formal containers new b75d2a50926 [Ada] vx7-shared-libs: Unused variable __gnat_user_int_connect new 793543254a6 [Ada] Ensure System.Tasking.Debug.Known_Tasks component acc [...] new 8d1427a932f [Ada] Remove a special case for forking-for-expect from ord [...] new 339bf0a2a97 [Ada] Small tweak in a couple of comments new 38b57d67e85 [Ada] Remove an obsolete variant of Adjust_Name_Case used o [...] new a671959b764 [Ada] Crash on limited array object with address clause new bfe2554f052 [Ada] Fix the -gnatyr switch so it works in record rep clauses new 16a0b3b4abb [Ada] Add support for Aarch64 in System.Object_Reader new c8cb547e601 [Ada] Do not catch 'N mod -1' in CodePeer_Mode new ba4b83c3e3b [Ada] Expose symmetry between Known_ and Unknown_ query routines new 9a2c557b8ba [Ada] Make copies of entities being declared when copying block
The 31 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/Make-generated.in | 4 +- gcc/ada/Makefile.rtl | 18 +++--- gcc/ada/adaint.c | 1 - gcc/ada/aspects.adb | 5 ++ gcc/ada/atree.adb | 18 +++--- gcc/ada/atree.ads | 14 ++--- gcc/ada/checks.adb | 4 ++ gcc/ada/einfo-utils.adb | 30 ++++----- gcc/ada/einfo.ads | 13 ++-- gcc/ada/errout.adb | 7 +-- gcc/ada/errout.ads | 4 -- gcc/ada/exp_aggr.adb | 13 +++- gcc/ada/exp_attr.adb | 6 +- gcc/ada/exp_ch3.adb | 7 ++- gcc/ada/exp_ch4.adb | 1 + gcc/ada/exp_ch6.adb | 4 +- gcc/ada/exp_imgv.adb | 8 +-- gcc/ada/exp_util.adb | 6 +- gcc/ada/freeze.adb | 2 +- gcc/ada/gen_il-gen-gen_entities.adb | 117 ++++++++++++----------------------- gcc/ada/gen_il-gen.adb | 12 +++- gcc/ada/gen_il-internals.adb | 12 ---- gcc/ada/gen_il-internals.ads | 8 +-- gcc/ada/gen_il-types.ads | 3 + gcc/ada/lib-xref-spark_specific.adb | 4 ++ gcc/ada/libgnarl/s-tasdeb.ads | 6 +- gcc/ada/libgnat/a-cfdlli.ads | 5 ++ gcc/ada/libgnat/a-cfhama.ads | 5 ++ gcc/ada/libgnat/a-cfhase.ads | 5 ++ gcc/ada/libgnat/a-cfinve.ads | 5 ++ gcc/ada/libgnat/a-cforma.ads | 5 ++ gcc/ada/libgnat/a-cforse.ads | 5 ++ gcc/ada/libgnat/a-cofove.ads | 5 ++ gcc/ada/libgnat/a-stwiun__shared.adb | 2 +- gcc/ada/libgnat/a-stzunb__shared.adb | 2 +- gcc/ada/libgnat/s-objrea.adb | 7 ++- gcc/ada/libgnat/s-objrea.ads | 5 +- gcc/ada/libgnat/s-vaen16.ads | 4 +- gcc/ada/libgnat/s-vaen32.ads | 4 +- gcc/ada/libgnat/s-vaenu8.ads | 4 +- gcc/ada/libgnat/s-valuen.adb | 49 +++++++++------ gcc/ada/libgnat/s-valuen.ads | 14 +---- gcc/ada/nlists.adb | 11 ++-- gcc/ada/osint.ads | 6 +- gcc/ada/repinfo-input.adb | 2 +- gcc/ada/rtsfind.ads | 12 ++-- gcc/ada/s-oscons-tmplt.c | 15 +++++ gcc/ada/sem_ch11.adb | 2 +- gcc/ada/sem_ch12.adb | 15 +++-- gcc/ada/sem_ch13.adb | 12 ++-- gcc/ada/sem_ch13.ads | 3 +- gcc/ada/sem_ch3.adb | 24 ++----- gcc/ada/sem_ch6.adb | 14 +++-- gcc/ada/sem_ch6.ads | 3 + gcc/ada/sem_ch8.adb | 4 +- gcc/ada/sem_dim.adb | 20 +++--- gcc/ada/sem_prag.adb | 14 +++-- gcc/ada/sem_res.adb | 5 +- gcc/ada/sem_util.adb | 112 ++++++++++++++++++++++----------- gcc/ada/sem_util.ads | 8 +-- gcc/ada/sem_warn.adb | 10 ++- gcc/ada/sinfo-utils.adb | 23 +++++++ gcc/ada/sinfo-utils.ads | 12 ++++ gcc/ada/style.adb | 50 +++++++-------- gcc/ada/treepr.adb | 2 +- gcc/tree-vect-slp.c | 81 ++++++++++++++++++------ 66 files changed, 536 insertions(+), 377 deletions(-)