This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-coroutines in repository gcc.
from 15180a79e42 Merge master r11-1452. adds d2384b7b24f c-family: check qualifiers of arguments to __atomic built-i [...] adds da2c9054f15 c++: Treat in-class default/delete as definitions. adds 14c831f5ef6 c++: Fix consteval operator handling. adds 68df8e8c343 c++: Add test for C++20 NB comment CA107. adds 44492e248cb c++: implicit operator== adjustments from P2002. adds 4a31a8add56 vect: CSE for bump and offset in strided load/store operations. adds d392babbeb6 c++: Fix bogus "does not declare anything" warning (PR 66159) adds c9dce3b15e8 libstdc++: Handle non-integral sizes in std::uninitialized_fill_n adds 94b94c0bb1c libstdc++: Fix tests for uninitialized_value_construct_n adds a4df94a0330 Fix typo in attribute access example. adds 973bce0fb50 [HSA] Avoid ICE when "HSA does not implement indirect calls" adds 632183ddcc8 libstdc++: Avoid stack overflow in std::vector (PR 94540) adds 5e2eebc80d6 hurd: libgcc unwinding support over signal trampolines adds 5864930754f Add 'dg-do run' to 'libgomp.fortran/use_device_ptr-optional [...] adds 4f2ab6b89e1 [OpenMP, gimplifier] 'inform' after 'error' diagnostic adds aff95ee7cc2 Daily bump. adds 09f9c1eefb8 gcc-changelog: fix Backported from timestamp. adds d11c9841d54 Add missing check for gassign. adds 52531a6203c [Ada] Small improvement to Optimize_Length_Comparison adds 01264f72d9c [Ada] Crash in tagged type constructor with task components adds 6ba3247dc75 [Ada] List aspect Relaxed_Initialization in GNAT RM adds 3e395e356e5 [Ada] The definition of constants in declare expressions is [...] adds e49f6ee11d9 [Ada] Properly test for Protected_Body_Subprogram adds 2e64cf05525 [Ada] Fix invalid expression sharing in Expand_Array_Equality adds 25a11453cae [Ada] Small adjustment to Get_Integer_Type function adds 02bf80a34e4 [Ada] Missing error on aspects Input and Output adds 41e52aa5859 [Ada] AI12-0293-1 Implement storage streams adds 606e70fd3d8 [Ada] ACATS 4.1L - B452002 - Wrong universal access "=" rules adds 0f7b6a2eb31 [Ada] Avoid forced loading of System.Priority in CodePeer mode adds c94bbfbe57d [Ada] Cleanups in code related to static expressions adds a9fb2055f3a [Ada] Fix failed assertion on a slice indexed by a subtype_ [...] adds 668fb87d746 [Ada] Suppress CodePeer message on possible uninitialized variable adds 78689aa295f [Ada] Do not treat pragma Compile_Time_Warning as error eve [...] adds 12be130c3f1 [Ada] Improve compile-time evaluation of value ranges adds 5126ca1fa77 [Ada] Minor cleanup in Expand_Call_Helper adds c9a56fd316d [Ada] Profile mismatch between C and Ada functions adds 0c32ab8232a [Ada] Add second warning for convention C_Variadic_n adds 5b3950bed95 [Ada] Fix host/target confusion for attribute To_Address adds 8cd7aec26f1 [Ada] Add support for XDR streaming in the default runtime adds a6c467131b0 [Ada] No Default_Initial_Condition check when declaring an [...] adds 13175003d4a [Ada] Implement AI12-0032 fixes for 'Old attribute accessibility adds 3874e79d94e [Ada] Small cleanup in the attribute code of the expander adds 4f4fd8ae2ce [Ada] Update output of verbose error summary adds b93d80bc8fc [Ada] Crash in tagged type constructor with task components adds 4bfab79a72a [Ada] Small cleanup in constraint checking code for allocators adds 6c8e4f7e38e [Ada] Narrow large arithmetic and comparison operations adds 424ce99fb53 [Ada] ACATS 4.1J - B854003 - Subtype conformance check missed adds 2ab42c70a62 [Ada] Fix small inefficiency in previous change to expander adds da2b7c7f0a1 remove SLP_TREE_TWO_OPERATORS, add SLP permutation node adds 5553433d7b3 avoid early asm output adds 9a875db43cd forwprop: simplify_vector_constructor follow-up fix [PR95713] adds 2e0f4a18bc9 phiopt: Improve minmax optimization [PR95699] adds 3870268b27f silence empty-body warning adds 2c535665392 gcc-changelog: support merge commits in git_update_version adds 81caacc2733 c++: Fix tsubst ICE with invalid static_cast [PR95728] adds 9b4bdaf794a gcc-changelog: checkout & pull order adds 9435fb9668e Fix typo in tree-ssa-reassoc.c. adds eccc3d43266 middle-end/95739 - fix vector condition IFN expansion adds ac70b20b100 OpenMP/Fortran: Reject allocatable components in map clause adds e68cc3a8f8a rs6000: Fix creation of VEC_COND_EXPR adds bd0a89dcd8d Add missing PR number to ChangeLog (PR 95378) adds 72cb486456a vectorizer: add _bb_vec_info::region_stmts and reverse_regi [...] adds 634e6f49101 Fix use of inaccessible member in pr94052.C adds 5421fae8b17 c++: ICE in requires-expressions with invalid args [PR95735] new c732a88648d Merge master r11-1516.
The 1 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: contrib/ChangeLog | 10 + contrib/gcc-changelog/git_commit.py | 6 +- contrib/gcc-changelog/git_update_version.py | 16 +- gcc/ChangeLog | 140 ++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 399 +++++ gcc/ada/Makefile.rtl | 4 + gcc/ada/bindgen.adb | 29 +- gcc/ada/bindusg.adb | 5 + gcc/ada/checks.adb | 950 ++++++----- gcc/ada/doc/gnat_rm/implementation_advice.rst | 35 +- .../doc/gnat_rm/implementation_defined_aspects.rst | 7 + .../gnat_rm/implementation_defined_attributes.rst | 8 +- .../doc/gnat_rm/implementation_defined_pragmas.rst | 7 + gcc/ada/einfo.adb | 5 + gcc/ada/einfo.ads | 4 + gcc/ada/errout.adb | 142 +- gcc/ada/errout.ads | 8 + gcc/ada/erroutc.adb | 44 +- gcc/ada/erroutc.ads | 12 + gcc/ada/errutil.adb | 39 +- gcc/ada/errutil.ads | 3 +- gcc/ada/exp_attr.adb | 254 +-- gcc/ada/exp_ch3.adb | 1 + gcc/ada/exp_ch4.adb | 501 +++++- gcc/ada/exp_ch5.adb | 20 - gcc/ada/exp_ch6.adb | 45 +- gcc/ada/exp_ch6.ads | 6 + gcc/ada/exp_ch9.adb | 12 +- gcc/ada/exp_disp.adb | 15 + gcc/ada/exp_util.adb | 15 +- gcc/ada/freeze.adb | 27 +- gcc/ada/gnat_rm.texi | 1683 ++++++++++---------- gcc/ada/gnatbind.adb | 5 + gcc/ada/impunit.adb | 5 +- gcc/ada/init.c | 1 + gcc/ada/libgnarl/s-osinte__linux.ads | 18 +- gcc/ada/libgnat/a-except.adb | 4 +- gcc/ada/libgnat/{a-sbhcin.ads => a-strsto.ads} | 23 +- gcc/ada/libgnat/a-ststbo.adb | 115 ++ gcc/ada/libgnat/{a-csquin.ads => a-ststbo.ads} | 56 +- gcc/ada/libgnat/a-ststun.adb | 151 ++ gcc/ada/libgnat/{a-sfhcin.ads => a-ststun.ads} | 68 +- gcc/ada/libgnat/g-io.adb | 12 +- gcc/ada/libgnat/g-socket.adb | 8 +- gcc/ada/libgnat/g-socthi.adb | 24 +- gcc/ada/libgnat/g-socthi.ads | 8 +- gcc/ada/libgnat/g-socthi__vxworks.adb | 22 +- gcc/ada/libgnat/g-socthi__vxworks.ads | 8 +- gcc/ada/libgnat/g-sothco.ads | 8 +- gcc/ada/libgnat/s-io.adb | 8 +- gcc/ada/libgnat/s-rannum.adb | 90 +- .../libgnat/{s-stratt__xdr.adb => s-statxd.adb} | 63 +- gcc/ada/libgnat/{s-stratt.ads => s-statxd.ads} | 122 +- gcc/ada/libgnat/s-stratt.adb | 286 +++- gcc/ada/libgnat/s-stratt.ads | 7 +- gcc/ada/libgnat/s-ststop.ads | 4 +- gcc/ada/opt.ads | 9 +- gcc/ada/sem_attr.adb | 182 ++- gcc/ada/sem_ch13.adb | 33 +- gcc/ada/sem_ch3.adb | 27 +- gcc/ada/sem_ch4.adb | 258 ++- gcc/ada/sem_ch6.adb | 43 +- gcc/ada/sem_ch6.ads | 10 + gcc/ada/sem_ch8.adb | 4 +- gcc/ada/sem_eval.adb | 21 +- gcc/ada/sem_prag.adb | 22 +- gcc/ada/sem_res.adb | 20 +- gcc/ada/sem_type.adb | 103 +- gcc/ada/sem_util.adb | 16 +- gcc/ada/sprint.adb | 37 + gcc/c-family/ChangeLog | 6 + gcc/c-family/c-common.c | 41 + gcc/config/rs6000/rs6000-call.c | 15 +- gcc/coretypes.h | 17 + gcc/cp/ChangeLog | 33 + gcc/cp/call.c | 2 +- gcc/cp/class.c | 86 +- gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 8 +- gcc/cp/decl2.c | 29 +- gcc/cp/method.c | 117 +- gcc/cp/parser.c | 3 +- gcc/cp/pt.c | 4 + gcc/doc/extend.texi | 2 +- gcc/fortran/openmp.c | 7 + gcc/gimple-pretty-print.c | 4 +- gcc/gimplify.c | 10 +- gcc/hsa-gen.c | 9 +- gcc/internal-fn.c | 4 + gcc/testsuite/ChangeLog | 102 ++ gcc/testsuite/c-c++-common/gomp/default-1.c | 8 +- gcc/testsuite/c-c++-common/gomp/defaultmap-3.c | 6 +- .../c-c++-common/gomp/hsa-indirect-call-1.c | 24 + gcc/testsuite/c-c++-common/gomp/order-4.c | 8 +- gcc/testsuite/c-c++-common/pr95378.c | 111 ++ gcc/testsuite/g++.dg/cpp0x/pr62101.C | 2 +- gcc/testsuite/g++.dg/cpp0x/pr80259.C | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-ca107.C | 33 + gcc/testsuite/g++.dg/cpp2a/concepts-err2.C | 11 + gcc/testsuite/g++.dg/cpp2a/concepts-friend8.C | 12 + gcc/testsuite/g++.dg/cpp2a/consteval17.C | 11 + gcc/testsuite/g++.dg/cpp2a/spaceship-synth9.C | 27 + gcc/testsuite/g++.dg/gomp/parallel-2.C | 4 +- gcc/testsuite/g++.dg/gomp/predetermined-1.C | 14 +- gcc/testsuite/g++.dg/gomp/sharing-1.C | 2 +- gcc/testsuite/g++.dg/template/cast6.C | 19 + gcc/testsuite/g++.dg/warn/forward-inner.C | 9 +- gcc/testsuite/g++.target/aarch64/pr94052.C | 2 +- gcc/testsuite/gcc.dg/gomp/appendix-a/a.24.1.c | 2 +- gcc/testsuite/gcc.dg/gomp/parallel-2.c | 4 +- gcc/testsuite/gcc.dg/gomp/pr44085.c | 2 +- gcc/testsuite/gcc.dg/gomp/sharing-1.c | 2 +- gcc/testsuite/gcc.dg/gomp/vla-1.c | 2 +- gcc/testsuite/gcc.dg/pr95713.c | 15 + gcc/testsuite/gcc.dg/tree-ssa/pr95699.c | 39 + gcc/testsuite/gcc.target/aarch64/sve/pr95199.c | 17 + .../gfortran.dg/gomp/appendix-a/a.24.1.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/crayptr3.f90 | 2 +- .../gfortran.dg/gomp/map-alloc-comp-1.f90 | 14 + gcc/testsuite/gfortran.dg/gomp/pr33439.f90 | 7 +- gcc/testsuite/gfortran.dg/gomp/pr44036-1.f90 | 4 +- gcc/testsuite/gfortran.dg/gomp/pr44085.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/pr44536.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/pr94672.f90 | 10 +- gcc/testsuite/gfortran.dg/gomp/sharing-1.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/sharing-2.f90 | 10 +- gcc/testsuite/gfortran.dg/gomp/sharing-3.f90 | 2 +- gcc/tree-ssa-forwprop.c | 11 +- gcc/tree-ssa-phiopt.c | 63 +- gcc/tree-ssa-reassoc.c | 2 +- gcc/tree-vect-generic.c | 5 +- gcc/tree-vect-patterns.c | 14 +- gcc/tree-vect-slp.c | 466 ++++-- gcc/tree-vect-stmts.c | 25 +- gcc/tree-vectorizer.c | 57 + gcc/tree-vectorizer.h | 95 +- gcc/varasm.c | 26 +- libgcc/ChangeLog | 15 + libgcc/config.host | 8 +- libgcc/config/i386/gnu-unwind.h | 107 ++ libgomp/ChangeLog | 16 + .../libgomp.fortran/use_device_ptr-optional-3.f90 | 1 + libstdc++-v3/ChangeLog | 36 + libstdc++-v3/include/bits/stl_uninitialized.h | 70 +- .../uninitialized_default/94540.cc} | 23 +- .../uninitialized_default_n/94540.cc} | 23 +- .../uninitialized_default_n/sizes.cc} | 33 +- .../uninitialized_fill_n/sizes.cc} | 42 +- .../{94831.cc => 94540.cc} | 18 +- .../94540.cc} | 17 +- .../uninitialized_value_construct_n/sizes.cc} | 52 +- .../1.cc => 23_containers/vector/cons/94540.cc} | 24 +- 153 files changed, 5732 insertions(+), 2817 deletions(-) copy gcc/ada/libgnat/{a-sbhcin.ads => a-strsto.ads} (80%) create mode 100644 gcc/ada/libgnat/a-ststbo.adb copy gcc/ada/libgnat/{a-csquin.ads => a-ststbo.ads} (58%) create mode 100644 gcc/ada/libgnat/a-ststun.adb copy gcc/ada/libgnat/{a-sfhcin.ads => a-ststun.ads} (52%) rename gcc/ada/libgnat/{s-stratt__xdr.adb => s-statxd.adb} (96%) copy gcc/ada/libgnat/{s-stratt.ads => s-statxd.ads} (62%) create mode 100644 gcc/testsuite/c-c++-common/gomp/hsa-indirect-call-1.c create mode 100644 gcc/testsuite/c-c++-common/pr95378.c create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ca107.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-err2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend8.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval17.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth9.C create mode 100644 gcc/testsuite/g++.dg/template/cast6.C create mode 100644 gcc/testsuite/gcc.dg/pr95713.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95699.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr95199.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/map-alloc-comp-1.f90 create mode 100644 libgcc/config/i386/gnu-unwind.h copy libstdc++-v3/testsuite/{25_algorithms/fill/bvector/1.cc => 20_util/specialize [...] copy libstdc++-v3/testsuite/{25_algorithms/fill/bvector/1.cc => 20_util/specialize [...] copy libstdc++-v3/testsuite/20_util/{unique_ptr/cons/nullptr.cc => specialized_alg [...] copy libstdc++-v3/testsuite/{30_threads/stop_token/stop_token/stop_possible.cc => [...] copy libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_value_con [...] copy libstdc++-v3/testsuite/20_util/specialized_algorithms/{uninitialized_value_co [...] copy libstdc++-v3/testsuite/20_util/{any/cons/90415.cc => specialized_algorithms/u [...] copy libstdc++-v3/testsuite/{25_algorithms/fill/bvector/1.cc => 23_containers/vect [...]