This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 45252ef980b [C++ PATCH] Reserve a decl_lang bit new 924ea280583 [PATCH] Deprecate -frepo option. new 79dd6fa74a8 [preprocessor] Popping "" file names new f85521172f9 Define std::ssize for C++20 (P1227R2)
The 3 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: gcc/cp/ChangeLog | 8 +++- gcc/cp/cp-tree.h | 17 +------- gcc/cp/decl.c | 1 - gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/c-c++-common/cpp/line-1.c | 20 +++++++++ libcpp/ChangeLog | 7 ++++ libcpp/directives.c | 15 +++++-- libstdc++-v3/ChangeLog | 7 ++++ libstdc++-v3/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 3 +- libstdc++-v3/include/bits/range_access.h | 15 +++++++ .../range_access_cpp20.cc} | 47 +++++++++++++--------- 12 files changed, 105 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/cpp/line-1.c copy libstdc++-v3/testsuite/{23_containers/array/creation/3_neg.cc => 24_iterators [...]