This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 8edd406bd75 store-merging: Fix coalesce_immediate_stores [PR93820] new 56b6c2ba3a4 Build filesystem library with large file support new 761696abfe0 libstdc++: Simplify makefile rule for largefile-config.h (PR91947) new 26b070a3f6e PR libstdc++/78552 only construct std::locale for C locale once
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: libstdc++-v3/ChangeLog | 37 ++++++ libstdc++-v3/config.h.in | 6 + libstdc++-v3/configure | 221 +++++++++++++++++++++++++++++++-- libstdc++-v3/configure.ac | 2 + libstdc++-v3/include/Makefile.am | 13 ++ libstdc++-v3/include/Makefile.in | 13 ++ libstdc++-v3/src/c++98/locale_init.cc | 3 +- libstdc++-v3/src/filesystem/dir.cc | 1 + libstdc++-v3/src/filesystem/ops.cc | 3 +- libstdc++-v3/src/filesystem/std-dir.cc | 1 + libstdc++-v3/src/filesystem/std-ops.cc | 3 +- 11 files changed, 290 insertions(+), 13 deletions(-)