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 11411a6cc07 Merge master r11-6027. adds fe7f75cf167 Correct/improve maybe_emit_free_warning (PR middle-end/9816 [...] adds 057dc81f820 aix: Fixinclude updates [PR98208] adds 4c275e83ddc libstdc++: Make tests with Undefined Behavior in C++11 UNSUPPORTED adds 22a90217305 rs6000: Update the processor defaults for FreeBSD adds d52945ce546 Daily bump. adds e2e0c7b86f8 Fix up testcase. adds 773a4106bbb go-test.exp: retain any characters at end of ERROR line adds 06ff8708f0b gcc: xtensa: fix PR target/98285 adds e51ef5f95f5 doc: Update link to KernelAddressSanitizer adds 23900be4d31 libstdc++: Update link to Unicode-HOWTO adds efd08ad579a gcov: fix line output for nested functions in JSON format adds 59482fa1e72 i386: Make -march=x86-64-v[234] behave more like other -mar [...] adds cab1b0ebc00 lto: set nthreads_var to 1 if it is zero adds 69bd5d473d2 i386: Fix up -march=x86-64-v[234] vs. target attribute [PR98274] adds a8ecf5ec328 [Ada] Refactor duplicated code for Compose, Leading_Part an [...] adds e30609bf042 [Ada] Refactor duplicated code for Adjacent, Copy_Sign and [...] adds e5f53db770e [Ada] Refactor duplicated code for Denorm and Signed_Zeros [...] adds 82b4bbb7a4b [Ada] Refactor repeated code for floating point attributes [...] adds 156f9796d50 [Ada] Refactor repeated code for floating point attributes [...] adds 4c11930d2e0 [Ada] Refactor repeated code for real type attributes retur [...] adds f9c82ff4316 [Ada] Refactor repeated code for real type attributes retur [...] adds cb84595d3f4 [Ada] Refactor repeated code for real type attributes retur [...] adds 10853d6e8a0 [Ada] Refactor repeated code for component attributes adds 9c852dfb057 [Ada] Remove redundant calls to UI_To_Int in relational operands adds 57d5ceda2f8 [Ada] Refactor repeated code for fixed point attributes adds 7addd1cec71 [Ada] Refactor repeated code for size attributes adds bc576410993 [Ada] Refactor repeated code for Pred and Succ attributes adds ce20ff0260c [Ada] Refactor repeated code for Width attributes adds afed612dc56 [Ada] Refactor repeated code for Callable and Terminated at [...] adds 3a6021dc1de [Ada] Fix possible infinite recursion in directory iterator adds b2304663888 [Ada] Refactor repeated code for Value attributes adds 2e188579aaa [Ada] Crash on unnesting unnamed blocks adds 958eed88b93 [Ada] Simplify discarding nodes when processing aspect/prag [...] adds d79e7af5ff7 [Ada] Transform_Function_Array issues adds 1851d3cef24 [Ada] Mark generic body outside of SPARK adds 338e513351c [Ada] Implement tiered support for floating-point input operations adds 320be7e2b4b [Ada] Reuse Append_New in parsing aggregates adds 43852482caf [Ada] Complain about missing -gnat2020 switch on iterator_filter adds a1023434a8d [Ada] Postcondition checks performed before finalization adds 04974721aee [Ada] Small adjustment to parameterization of System.Value_R adds 3a6298d6393 [Ada] Refactor repeated complains about missing -gnat2005 switch adds 7d07d75d69d [Ada] Simplify check for extra parens adds 2224729c890 [Ada] Small adjustment to System.Val_Real adds 0feb237657c [Ada] Fix serial port baud rate setting on GNU/Linux adds cf4ed3b4159 libstdc++: Use init_priority attribute for Init object [PR 98108] adds a929b39aa32 libstdc++: Disabling AC_LIBTOOL_DLOPEN check if building wi [...] adds fa452a843d2 libstdc++: Remove workaround for PR c++/78173 adds 7640db57113 libstdc++: Fix required locales of a testcase adds 8dede241119 c++: module-related tweak adds c5271279d6e Add toplevel dirs adds 362303298ac Add libcody adds f072d1021e3 libstdc++: Do not define constexpr assertions for C++11 adds e831ad4dab9 libstdc++: Increase timeout for tests in debug mode adds 35fc243fca0 Add c++tools adds 2efd8b1ffd0 Add C++tools adds b7dfc2074c7 c++: module mapper adds 4efde6781bb c++: Modules Is Landing adds e9ae2d45ea1 doc: Document C++ 20 modules adds 4e096e0ff8c libstdc++: Fix the test for rvalue stream extraction adds 662de36bf79 Add the -fdebug-aux-vars flag to debug variables generated [...] adds 30c41abc41b c++: Add changelog files in c++tools/ and libcody/ directories adds 35317db051b c++: Fix return type deduction during satisfaction adds 75aee072696 libstdc++: Support libc with stdio-only I/O in libstdc++ adds 433703843b3 libstdc++: Remove init_priority attribute for Init object [ [...] new 89253ffd04a Merge master r11-6091.
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: ChangeLog | 4 + Makefile.def | 13 + Makefile.in | 1612 +- Makefile.tpl | 4 +- include/ChangeLog.jit => c++tools/ChangeLog | 7 +- c++tools/Makefile.in | 125 + c++tools/config.h.in | 43 + {gnattools => c++tools}/configure | 1818 +- c++tools/configure.ac | 210 + c++tools/resolver.cc | 272 + c++tools/resolver.h | 105 + c++tools/server.cc | 976 + configure | 4 +- configure.ac | 4 +- contrib/gcc-changelog/git_commit.py | 2 + fixincludes/ChangeLog | 7 + fixincludes/fixincl.x | 4 +- fixincludes/inclhack.def | 2 +- fixincludes/tests/base/sys/types.h | 5 + gcc/ChangeLog | 108 + gcc/DATESTAMP | 2 +- gcc/Makefile.in | 8 +- gcc/ada/ChangeLog | 301 + gcc/ada/Makefile.rtl | 4 +- gcc/ada/contracts.adb | 241 +- gcc/ada/contracts.ads | 15 + .../doc/gnat_ugn/gnat_and_program_execution.rst | 2 +- gcc/ada/einfo.adb | 4 +- gcc/ada/einfo.ads | 4 +- gcc/ada/errout.adb | 19 + gcc/ada/errout.ads | 5 + gcc/ada/exp_attr.adb | 24 +- gcc/ada/exp_ch6.adb | 77 +- gcc/ada/exp_ch7.adb | 713 +- gcc/ada/exp_disp.adb | 2 +- gcc/ada/exp_imgv.adb | 17 +- gcc/ada/exp_prag.adb | 6 + gcc/ada/exp_unst.adb | 21 +- gcc/ada/exp_util.adb | 10 +- gcc/ada/freeze.adb | 6 +- gcc/ada/gnat_ugn.texi | 12 +- gcc/ada/libgnat/a-ticoau.adb | 23 +- gcc/ada/libgnat/a-ticoau.ads | 35 +- gcc/ada/libgnat/a-ticoio.adb | 94 +- gcc/ada/libgnat/a-tideau.adb | 1 - gcc/ada/libgnat/a-tifiau.adb | 1 - gcc/ada/libgnat/a-tifiio.adb | 13 +- gcc/ada/libgnat/a-tifiio__128.adb | 13 +- gcc/ada/libgnat/a-tiflau.adb | 118 +- gcc/ada/libgnat/a-tiflau.ads | 31 +- gcc/ada/libgnat/a-tiflio.adb | 74 +- gcc/ada/libgnat/a-tiflio.ads | 2 +- gcc/ada/libgnat/a-tigeau.adb | 100 + gcc/ada/libgnat/a-tigeau.ads | 6 + gcc/ada/libgnat/a-wtcoau.adb | 23 +- gcc/ada/libgnat/a-wtcoau.ads | 45 +- gcc/ada/libgnat/a-wtcoio.adb | 91 +- gcc/ada/libgnat/a-wtcoio.ads | 16 +- gcc/ada/libgnat/a-wtdeau.adb | 1 - gcc/ada/libgnat/a-wtfiau.adb | 1 - gcc/ada/libgnat/a-wtfiio.adb | 13 +- gcc/ada/libgnat/a-wtfiio__128.adb | 13 +- gcc/ada/libgnat/a-wtflau.adb | 131 +- gcc/ada/libgnat/a-wtflau.ads | 39 +- gcc/ada/libgnat/a-wtflio.adb | 81 +- gcc/ada/libgnat/a-wtgeau.adb | 100 + gcc/ada/libgnat/a-wtgeau.ads | 6 + gcc/ada/libgnat/a-ztcoau.adb | 23 +- gcc/ada/libgnat/a-ztcoau.ads | 41 +- gcc/ada/libgnat/a-ztcoio.adb | 92 +- gcc/ada/libgnat/a-ztcoio.ads | 14 +- gcc/ada/libgnat/a-ztdeau.adb | 1 - gcc/ada/libgnat/a-ztfiau.adb | 1 - gcc/ada/libgnat/a-ztfiio.adb | 13 +- gcc/ada/libgnat/a-ztfiio__128.adb | 13 +- gcc/ada/libgnat/a-ztflau.adb | 133 +- gcc/ada/libgnat/a-ztflau.ads | 39 +- gcc/ada/libgnat/a-ztflio.adb | 80 +- gcc/ada/libgnat/a-ztgeau.adb | 100 + gcc/ada/libgnat/a-ztgeau.ads | 6 + gcc/ada/libgnat/g-diopit.adb | 5 +- gcc/ada/libgnat/g-diopit.ads | 2 + gcc/ada/libgnat/g-sercom__linux.adb | 110 +- gcc/ada/libgnat/s-fatgen.adb | 2 + gcc/ada/libgnat/s-fatsfl.ads | 47 - gcc/ada/libgnat/{s-fofi32.ads => s-valflt.ads} | 30 +- gcc/ada/libgnat/{s-fode128.ads => s-vallfl.ads} | 28 +- gcc/ada/libgnat/{s-fode64.ads => s-valllf.ads} | 28 +- gcc/ada/libgnat/s-valrea.adb | 60 +- gcc/ada/libgnat/s-valrea.ads | 15 +- gcc/ada/libgnat/s-valued.adb | 5 +- gcc/ada/libgnat/s-valuef.adb | 5 +- gcc/ada/libgnat/s-valuer.adb | 85 +- gcc/ada/libgnat/s-valuer.ads | 2 + gcc/ada/par-ch10.adb | 13 +- gcc/ada/par-ch11.adb | 5 +- gcc/ada/par-ch12.adb | 49 +- gcc/ada/par-ch3.adb | 84 +- gcc/ada/par-ch4.adb | 46 +- gcc/ada/par-ch5.adb | 28 +- gcc/ada/par-ch6.adb | 23 +- gcc/ada/par-ch9.adb | 12 +- gcc/ada/rtsfind.ads | 38 +- gcc/ada/sem_attr.adb | 278 +- gcc/ada/sem_ch13.adb | 14 +- gcc/ada/sem_ch6.adb | 52 +- gcc/ada/sem_prag.adb | 21 +- gcc/ada/sem_util.adb | 50 +- gcc/ada/sem_util.ads | 4 + gcc/ada/snames.ads-tmpl | 5 + gcc/builtins.c | 388 +- gcc/c-family/ChangeLog | 10 + gcc/c-family/c-attribs.c | 125 +- gcc/c/ChangeLog | 7 + gcc/config.gcc | 4 +- gcc/config/i386/i386-options.c | 25 +- gcc/config/rs6000/freebsd64.h | 5 +- gcc/config/xtensa/predicates.md | 5 +- gcc/config/xtensa/xtensa.md | 18 +- gcc/cp/Make-lang.in | 3 +- gcc/cp/mapper-client.cc | 356 + gcc/cp/mapper-client.h | 63 + .../riscv-passes.def => cp/mapper-resolver.cc} | 19 +- gcc/cp/module.cc | 19802 ++++++++++++++++++- gcc/cp/name-lookup.c | 4 +- gcc/cp/pt.c | 6 +- gcc/doc/cppopts.texi | 4 + gcc/doc/extend.texi | 44 +- gcc/doc/invoke.texi | 442 +- gcc/fortran/invoke.texi | 11 +- gcc/fortran/lang.opt | 4 + gcc/fortran/trans.c | 42 + gcc/gcov.c | 18 +- gcc/lto-wrapper.c | 2 + gcc/testsuite/ChangeLog | 69 + .../c-c++-common/Wfree-nonheap-object-2.c | 52 + .../c-c++-common/Wfree-nonheap-object-3.c | 70 + gcc/testsuite/c-c++-common/Wfree-nonheap-object.c | 50 + gcc/testsuite/c-c++-common/Wmismatched-dealloc.c | 67 + gcc/testsuite/g++.dg/cpp2a/concepts-requires23.C | 9 + gcc/testsuite/g++.dg/modules/mod-decl-0-2a.C | 6 + gcc/testsuite/g++.dg/modules/mod-decl-0.C | 6 + gcc/testsuite/g++.dg/modules/mod-decl-1.C | 29 + gcc/testsuite/g++.dg/modules/mod-decl-2_a.C | 8 + gcc/testsuite/g++.dg/modules/mod-decl-2_b.C | 11 + gcc/testsuite/g++.dg/modules/mod-decl-2_c.C | 8 + gcc/testsuite/g++.dg/modules/mod-decl-3.C | 26 + gcc/testsuite/g++.dg/modules/mod-decl-5_a.C | 3 + gcc/testsuite/g++.dg/modules/mod-decl-5_b.C | 11 + gcc/testsuite/g++.dg/warn/Wfree-nonheap-object-3.C | 38 + gcc/testsuite/g++.dg/warn/Wfree-nonheap-object-4.C | 26 + gcc/testsuite/g++.dg/warn/Wmismatched-dealloc-2.C | 20 +- .../g++.dg/warn/Wmismatched-new-delete-2.C | 249 + gcc/testsuite/g++.dg/warn/Wmismatched-new-delete.C | 34 +- gcc/testsuite/gcc.dg/Wmismatched-dealloc-2.c | 141 + gcc/testsuite/gcc.dg/Wmismatched-dealloc-3.c | 265 + gcc/testsuite/gcc.dg/Wmismatched-dealloc.c | 163 +- gcc/testsuite/gcc.target/i386/pr78102.c | 2 +- gcc/testsuite/gcc.target/i386/pr98274.c | 8 + gcc/testsuite/gcc.target/i386/x86-64-v2-msabi.c | 5 + gcc/testsuite/gcc.target/i386/x86-64-v2-other.c | 5 + gcc/testsuite/gcc.target/i386/x86-64-v2.c | 6 +- gcc/testsuite/gcc.target/i386/x86-64-v3-msabi.c | 5 + gcc/testsuite/gcc.target/i386/x86-64-v3-other.c | 5 + gcc/testsuite/gcc.target/i386/x86-64-v3.c | 8 +- gcc/testsuite/gcc.target/i386/x86-64-v4-msabi.c | 5 + gcc/testsuite/gcc.target/i386/x86-64-v4-other.c | 5 + gcc/testsuite/gcc.target/i386/x86-64-v4.c | 6 +- gcc/testsuite/gcc.target/xtensa/pr98285.c | 54 + gcc/testsuite/go.test/go-test.exp | 3 +- gcc/tree-ssa-dce.c | 62 +- gcc/tree.c | 103 +- gcc/tree.h | 2 + libcody/CMakeLists.txt | 121 + libcody/CODING.md | 115 + libcody/CONTRIB.md | 10 + include/ChangeLog.jit => libcody/ChangeLog | 7 +- .../include/pstl/LICENSE.txt => libcody/LICENSE | 148 +- libcody/LICENSE.gcc | 29 + libcody/Makefile.in | 187 + libcody/Makesub.in | 48 + libcody/README.md | 497 + libcody/buffer.cc | 387 + config.guess => libcody/build-aux/config.guess | 578 +- libcody/build-aux/config.sub | 1833 ++ install-sh => libcody/build-aux/install-sh | 47 +- libcody/client.cc | 336 + libcody/cmake/libcody-config-ix.cmake | 43 + libcody/cody.hh | 800 + libcody/config.h.in | 29 + libcody/config.m4 | 280 + {gnattools => libcody}/configure | 1625 +- libcody/configure.ac | 37 + .../doc/doxygen/user.cfg.in => libcody/dox.cfg.in | 593 +- libcody/fatal.cc | 78 + libcody/gdbinit.in | 11 + libcody/internal.hh | 125 + libcody/netclient.cc | 140 + libcody/netserver.cc | 153 + libcody/packet.cc | 50 + libcody/resolver.cc | 209 + libcody/server.cc | 306 + libcody/tests/01-serialize/connect.cc | 30 + libcody/tests/01-serialize/decoder.cc | 73 + libcody/tests/01-serialize/encoder.cc | 48 + libcody/tests/02-comms/client-1.cc | 97 + libcody/tests/02-comms/pivot-1.cc | 76 + libcody/tests/02-comms/server-1.cc | 68 + libcody/tests/Makesub.in | 36 + libcody/tests/jouster | 11 + libcpp/ChangeLog | 8 + libstdc++-v3/ChangeLog | 23 + libstdc++-v3/acinclude.m4 | 20 +- libstdc++-v3/config.h.in | 3 + libstdc++-v3/config/io/basic_file_stdio.cc | 46 +- libstdc++-v3/configure | 19 +- libstdc++-v3/configure.ac | 2 +- libstdc++-v3/doc/html/manual/facets.html | 2 +- libstdc++-v3/doc/xml/manual/codecvt.xml | 2 +- libstdc++-v3/include/bits/c++config | 2 +- libstdc++-v3/include/bits/iterator_concepts.h | 5 +- libstdc++-v3/testsuite/22_locale/locale/cons/5.cc | 4 +- .../23_containers/array/debug/back1_neg.cc | 2 +- .../23_containers/array/debug/front1_neg.cc | 2 +- .../array/debug/square_brackets_operator1_neg.cc | 2 +- .../lexicographical_compare/deque_iterators/1.cc | 2 + libstdc++-v3/testsuite/27_io/rvalue_streams.cc | 2 + .../ext/pb_ds/regression/tree_map_rand_debug.cc | 2 +- .../ext/pb_ds/regression/tree_set_rand_debug.cc | 2 +- .../ext/vstring/requirements/exception/basic.cc | 4 + .../exception/propagation_consistent.cc | 4 + libstdc++-v3/testsuite/lib/libstdc++.exp | 5 + 232 files changed, 37977 insertions(+), 4090 deletions(-) copy include/ChangeLog.jit => c++tools/ChangeLog (50%) create mode 100644 c++tools/Makefile.in create mode 100644 c++tools/config.h.in copy {gnattools => c++tools}/configure (83%) create mode 100644 c++tools/configure.ac create mode 100644 c++tools/resolver.cc create mode 100644 c++tools/resolver.h create mode 100644 c++tools/server.cc delete mode 100644 gcc/ada/libgnat/s-fatsfl.ads copy gcc/ada/libgnat/{s-fofi32.ads => s-valflt.ads} (77%) copy gcc/ada/libgnat/{s-fode128.ads => s-vallfl.ads} (76%) copy gcc/ada/libgnat/{s-fode64.ads => s-valllf.ads} (75%) create mode 100644 gcc/cp/mapper-client.cc create mode 100644 gcc/cp/mapper-client.h copy gcc/{config/riscv/riscv-passes.def => cp/mapper-resolver.cc} (51%) create mode 100644 gcc/testsuite/c-c++-common/Wfree-nonheap-object-2.c create mode 100644 gcc/testsuite/c-c++-common/Wfree-nonheap-object-3.c create mode 100644 gcc/testsuite/c-c++-common/Wfree-nonheap-object.c create mode 100644 gcc/testsuite/c-c++-common/Wmismatched-dealloc.c create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires23.C create mode 100644 gcc/testsuite/g++.dg/modules/mod-decl-0-2a.C create mode 100644 gcc/testsuite/g++.dg/modules/mod-decl-0.C create mode 100644 gcc/testsuite/g++.dg/modules/mod-decl-1.C create mode 100644 gcc/testsuite/g++.dg/modules/mod-decl-2_a.C create mode 100644 gcc/testsuite/g++.dg/modules/mod-decl-2_b.C create mode 100644 gcc/testsuite/g++.dg/modules/mod-decl-2_c.C create mode 100644 gcc/testsuite/g++.dg/modules/mod-decl-3.C create mode 100644 gcc/testsuite/g++.dg/modules/mod-decl-5_a.C create mode 100644 gcc/testsuite/g++.dg/modules/mod-decl-5_b.C create mode 100644 gcc/testsuite/g++.dg/warn/Wfree-nonheap-object-3.C create mode 100644 gcc/testsuite/g++.dg/warn/Wfree-nonheap-object-4.C create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-new-delete-2.C create mode 100644 gcc/testsuite/gcc.dg/Wmismatched-dealloc-2.c create mode 100644 gcc/testsuite/gcc.dg/Wmismatched-dealloc-3.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98274.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v2-msabi.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v2-other.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v3-msabi.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v3-other.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v4-msabi.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v4-other.c create mode 100644 gcc/testsuite/gcc.target/xtensa/pr98285.c create mode 100644 libcody/CMakeLists.txt create mode 100644 libcody/CODING.md create mode 100644 libcody/CONTRIB.md copy include/ChangeLog.jit => libcody/ChangeLog (50%) copy libstdc++-v3/include/pstl/LICENSE.txt => libcody/LICENSE (60%) create mode 100644 libcody/LICENSE.gcc create mode 100644 libcody/Makefile.in create mode 100644 libcody/Makesub.in create mode 100644 libcody/README.md create mode 100644 libcody/buffer.cc copy config.guess => libcody/build-aux/config.guess (71%) create mode 100755 libcody/build-aux/config.sub copy install-sh => libcody/build-aux/install-sh (90%) create mode 100644 libcody/client.cc create mode 100644 libcody/cmake/libcody-config-ix.cmake create mode 100644 libcody/cody.hh create mode 100644 libcody/config.h.in create mode 100644 libcody/config.m4 copy {gnattools => libcody}/configure (83%) create mode 100644 libcody/configure.ac copy libstdc++-v3/doc/doxygen/user.cfg.in => libcody/dox.cfg.in (82%) create mode 100644 libcody/fatal.cc create mode 100644 libcody/gdbinit.in create mode 100644 libcody/internal.hh create mode 100644 libcody/netclient.cc create mode 100644 libcody/netserver.cc create mode 100644 libcody/packet.cc create mode 100644 libcody/resolver.cc create mode 100644 libcody/server.cc create mode 100644 libcody/tests/01-serialize/connect.cc create mode 100644 libcody/tests/01-serialize/decoder.cc create mode 100644 libcody/tests/01-serialize/encoder.cc create mode 100644 libcody/tests/02-comms/client-1.cc create mode 100644 libcody/tests/02-comms/pivot-1.cc create mode 100644 libcody/tests/02-comms/server-1.cc create mode 100644 libcody/tests/Makesub.in create mode 100755 libcody/tests/jouster