This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aac5c57ee16 Add __builtion_unreachable to vector::size(), vector::capacity() new addf0228202 ipa-modref bits for unsequenced and reproducible new 6d52a568ddd libstdc++: Update link to Angelika Langer's book new 696bd86260e libstdc++: Move a gcc.gnu.org link to https new bd59f2eeacd Mark asm statements as necessary in ipa-fnsummary new 7db55c0ba1b libstdc++: add module std [PR106852] new dbfbd3aa2c1 c-family: add -fsearch-include-path new 3e89a4d5138 c++: -M and modules again
The 7 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/relpath.sh | 81 + gcc/c-family/c-opts.cc | 13 + gcc/c-family/c-ppoutput.cc | 1 - gcc/c-family/c.opt | 7 + gcc/cp/module.cc | 5 +- gcc/doc/cppopts.texi | 15 + gcc/doc/invoke.texi | 5 + gcc/ipa-fnsummary.cc | 3 +- gcc/ipa-modref.cc | 90 +- libcpp/files.cc | 5 +- libcpp/init.cc | 12 +- libcpp/internal.h | 2 + libstdc++-v3/doc/html/manual/license.html | 2 +- libstdc++-v3/doc/html/manual/streambufs.html | 2 +- libstdc++-v3/doc/xml/manual/intro.xml | 2 +- libstdc++-v3/doc/xml/manual/io.xml | 2 +- libstdc++-v3/include/bits/version.def | 9 + libstdc++-v3/include/bits/version.h | 10 + libstdc++-v3/src/c++23/Makefile.am | 34 + libstdc++-v3/src/c++23/Makefile.in | 144 +- libstdc++-v3/src/c++23/libstdc++.modules.json.in | 17 + libstdc++-v3/src/c++23/std-clib.cc.in | 676 ++++ libstdc++-v3/src/c++23/std.cc.in | 3253 ++++++++++++++++++++ .../cow-fs_path.cc => c++23/std.compat.cc.in} | 15 +- 24 files changed, 4328 insertions(+), 77 deletions(-) create mode 100755 contrib/relpath.sh create mode 100644 libstdc++-v3/src/c++23/libstdc++.modules.json.in create mode 100644 libstdc++-v3/src/c++23/std-clib.cc.in create mode 100644 libstdc++-v3/src/c++23/std.cc.in copy libstdc++-v3/src/{c++17/cow-fs_path.cc => c++23/std.compat.cc.in} (77%)