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 68f0e5e0532 Code cleanup adds dfbe642c97f arc: Refurbish adc/sbc patterns adds a412be00c49 arc: Avoid generating brcc instructions with limm adds 78e9cfe1e29 arc: Update ARC700 cache hazard detection. adds e36ce56e81b arm: Auto-vectorization for MVE clean condition for vand an [...] adds ab264f4b39c compiler: encode user visible names if necessary adds 35af87784e0 Daily bump. adds 755cf781f2e Add missing varasm DECL_P check. adds 02fc65c7263 c++: Refactor final cleanup adds 262784be3dc c++: Final module preparations adds 8bab7dce62e c++: Fix build with --enable-gather-detailed-mem-stats. adds 9324f7a25c7 c++: Avoid considering some conversion ops [PR97600] new bb2e188ed75 Merge trunk 9324f7a25c7 c++: Avoid considering some conversion ops
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 | 3 + Makefile.def | 2 +- Makefile.in | 920 +++++++++++++-------------- gcc/ChangeLog | 240 +++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 6 + gcc/config/arc/arc-protos.h | 3 - gcc/config/arc/arc.c | 106 +-- gcc/config/arc/arc.md | 95 +-- gcc/config/arm/iterators.md | 7 +- gcc/config/arm/vec-common.md | 6 +- gcc/cp/ChangeLog | 130 ++++ gcc/cp/call.c | 18 +- gcc/cp/class.c | 2 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/decl2.c | 2 - gcc/cp/friend.c | 2 +- gcc/cp/name-lookup.c | 3 +- gcc/cp/pt.c | 3 +- gcc/cp/typeck.c | 19 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/gogo.h | 17 +- gcc/go/gofrontend/names.cc | 136 +++- gcc/go/gofrontend/types.cc | 4 +- gcc/go/gofrontend/types.h | 44 +- gcc/testsuite/ChangeLog | 160 +++++ gcc/testsuite/g++.dg/cpp2a/concepts-conv3.C | 25 + gcc/testsuite/g++.dg/cpp2a/concepts-conv3a.C | 17 + gcc/varasm.c | 1 + libcpp/ChangeLog | 4 + libcpp/directives.c | 1 - libcpp/include/mkdeps.h | 4 - libcpp/internal.h | 3 - libcpp/traditional.c | 2 +- libstdc++-v3/ChangeLog | 6 + 35 files changed, 1287 insertions(+), 710 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-conv3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-conv3a.C