From: Jonathan Wakely Date: Wed, 11 Aug 2021 13:05:01 +0000 (+0100) Subject: libstdc++: Fix missing descriptions in ChangeLog entries X-Git-Tag: basepoints/gcc-13~5456 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04ddd108d12b78d8a7e243d7481fe7d8394b0c4f;p=thirdparty%2Fgcc.git libstdc++: Fix missing descriptions in ChangeLog entries --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e735ff0ae585..2e02a4397024 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -577,9 +577,11 @@ instead of symlink_status. * src/filesystem/ops.cc (fs::create_directories): Likewise. * testsuite/27_io/filesystem/operations/create_directories.cc: + Check symlink to existing directory. * testsuite/27_io/filesystem/operations/create_directory.cc: Do not test with symlinks on Windows. * testsuite/experimental/filesystem/operations/create_directories.cc: + Check symlink to existing directory. * testsuite/experimental/filesystem/operations/create_directory.cc: Do not test with symlinks on Windows.