This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from d0ae39ce2c3 arm: fix UB due to missing mode check [PR100311] new 8cfa99066ff libstdc++: Define __cpp_lib_constexpr_string macro new 9b6fecd9e59 libstdc++: Add missing 'inline' specifiers to net::ip funct [...]
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/include/bits/basic_string.h | 9 ++++++++- libstdc++-v3/include/experimental/internet | 8 ++++---- libstdc++-v3/include/std/version | 2 ++ .../requirements/constexpr_functions_c++17.cc | 11 ++++++++--- .../requirements/constexpr_functions_c++20.cc | 7 +++++++ .../21_strings/char_traits/requirements/version.cc | 16 ++++++++++++++++ 6 files changed, 45 insertions(+), 8 deletions(-) create mode 100644 libstdc++-v3/testsuite/21_strings/char_traits/requirements/version.cc