This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8661f4faa87 libstdc++: Fix ranges::search_n for random access iterators [...] new 6b91b3e9df1 Add MODE_OPAQUE new 1f8ac759918 preprocessor: module line maps new ecf65330c11 libstdc++: Fix unconditional definition of __cpp_lib_span i [...]
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/dbxout.c | 1 + gcc/doc/generic.texi | 8 +++ gcc/doc/rtl.texi | 6 ++ gcc/genmodes.c | 22 ++++++ gcc/ira.c | 4 +- gcc/machmode.def | 3 + gcc/machmode.h | 4 ++ gcc/mode-classes.def | 3 +- gcc/stor-layout.c | 3 + gcc/tree-pretty-print.c | 1 + gcc/tree.c | 1 + gcc/tree.def | 6 ++ gcc/tree.h | 3 + libcpp/include/line-map.h | 51 ++++++++++++- libcpp/internal.h | 24 +------ libcpp/line-map.c | 116 +++++++++++++++++++++++++----- libstdc++-v3/include/precompiled/stdc++.h | 3 + libstdc++-v3/include/std/version | 4 +- 18 files changed, 219 insertions(+), 44 deletions(-)