This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 967939055ce Restrict :c to commutative ops as intended new 813afa280cc libstdc++: implement concatenation of strings and string_views new a4931587cbc libstdc++: Disable parts of new test that depend on constex [...]
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 | 48 ++++++ libstdc++-v3/include/bits/version.def | 5 + libstdc++-v3/include/bits/version.h | 7 +- .../operators/char/op_plus_fspath_neg.cc | 13 ++ .../operators/char/op_plus_string_view.cc | 171 +++++++++++++++++++++ .../operators/char/op_plus_string_view_compat.cc | 63 ++++++++ 6 files changed, 306 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/operators/char/o [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/operators/char/o [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/operators/char/o [...]