diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2021-08-11 14:05:01 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2021-08-11 16:53:22 +0100 |
commit | 04ddd108d12b78d8a7e243d7481fe7d8394b0c4f (patch) | |
tree | 6f6c2adfd4b075f40fe16f0f64007caf5667f6d0 | |
parent | 58340a7cd3670024bafdbbc6ca63a9af841df98a (diff) | |
download | gcc-04ddd108d12b78d8a7e243d7481fe7d8394b0c4f.zip gcc-04ddd108d12b78d8a7e243d7481fe7d8394b0c4f.tar.gz gcc-04ddd108d12b78d8a7e243d7481fe7d8394b0c4f.tar.bz2 |
libstdc++: Fix missing descriptions in ChangeLog entries
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e735ff0..2e02a43 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. |