This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules in repository gcc.
from 86c10ae324f Merge trunk 0feb237657c 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 00431383077 Merge trunk 433703843b3
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.modules | 2 + include/ChangeLog.jit => c++tools/ChangeLog | 7 +--- contrib/gcc-changelog/git_commit.py | 2 + gcc/cp/pt.c | 6 ++- gcc/fortran/invoke.texi | 11 +++++- gcc/fortran/lang.opt | 4 ++ gcc/fortran/trans.c | 42 ++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-requires23.C | 9 +++++ include/ChangeLog.jit => libcody/ChangeLog | 7 +--- libcody/LICENSE.gcc | 29 ++++++++++++++ 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/include/bits/c++config | 2 +- libstdc++-v3/include/bits/iterator_concepts.h | 5 +-- libstdc++-v3/testsuite/22_locale/locale/cons/5.cc | 4 +- .../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 +- libstdc++-v3/testsuite/lib/libstdc++.exp | 5 +++ 23 files changed, 191 insertions(+), 42 deletions(-) copy include/ChangeLog.jit => c++tools/ChangeLog (50%) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires23.C copy include/ChangeLog.jit => libcody/ChangeLog (50%) create mode 100644 libcody/LICENSE.gcc