This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d3244675441 Fortran: Remove deprecated coarray routines [PR107635] new 99f57446e63 libstdc++: Use init_priority attribute for tzdb globals [PR118811] new 29eb6f8f41e libstdc++: Remove workaround for reserved init_priority warnings
The 2 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/src/c++17/default_resource.h | 15 ------------- libstdc++-v3/src/c++17/memory_resource.cc | 5 ++++- libstdc++-v3/src/c++20/tzdb.cc | 11 ++++++---- libstdc++-v3/src/c++98/globals_io.cc | 11 +++++++++- libstdc++-v3/src/c++98/ios_base_init.h | 13 ----------- .../testsuite/std/time/tzdb_list/pr118811.cc | 25 ++++++++++++++++++++++ 6 files changed, 46 insertions(+), 34 deletions(-) delete mode 100644 libstdc++-v3/src/c++17/default_resource.h delete mode 100644 libstdc++-v3/src/c++98/ios_base_init.h create mode 100644 libstdc++-v3/testsuite/std/time/tzdb_list/pr118811.cc