This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 637832548c7 m68k: add musl support new 20a36d6d899 libstdc++: Implement LWG 3070 in path::lexically_relative new 0068ce58dd5 libstdc++: Implement LWG 3149 for std::default_constructible
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/ChangeLog | 20 ++++++++++ libstdc++-v3/include/bits/iterator_concepts.h | 2 +- libstdc++-v3/include/std/concepts | 11 ++++-- libstdc++-v3/src/c++17/fs_path.cc | 22 ++++++++++- .../27_io/filesystem/path/generation/relative.cc | 16 ++++++++ .../1.cc | 40 ++++++++++---------- .../concept.defaultinitializable/lwg3149.cc | 43 ++++++++++++++++++++++ libstdc++-v3/testsuite/util/testsuite_iterators.h | 2 +- 8 files changed, 130 insertions(+), 26 deletions(-) rename libstdc++-v3/testsuite/std/concepts/concepts.lang/{concept.defaultconstruct [...] create mode 100644 libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.defau [...]