aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-08-12 20:42:04 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-08-12 20:42:04 +0100
commit86f8741485600457bc03d33692c5e5044b7bb479 (patch)
treeb26fb94cb0018face4f00bab03c48e6ba463e87c /libstdc++-v3
parentc2fb0a1a2e7a0fb15cf3cf876f621902ccd273f0 (diff)
downloadgcc-86f8741485600457bc03d33692c5e5044b7bb479.zip
gcc-86f8741485600457bc03d33692c5e5044b7bb479.tar.gz
gcc-86f8741485600457bc03d33692c5e5044b7bb479.tar.bz2
libstdc++: ChangeLog corrections
I got the name of the __stat64 type wrong in r11-2628 and missed the bugzilla PR number in r11-2632.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b12eb17..6fb9476 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -104,6 +104,7 @@
2020-08-10 Jonathan Wakely <jwakely@redhat.com>
+ PR libstdc++/93904
* include/bits/stl_iterator.h (inserter): Do not deduce
iterator type (LWG 561).
* testsuite/24_iterators/insert_iterator/dr561.cc: New test.
@@ -118,7 +119,7 @@
PR libstdc++/95749
* src/filesystem/ops-common.h [_GLIBCXX_FILESYSTEM_IS_WINDOWS]
- (stat_type): Change to __wstat64.
+ (stat_type): Change to __stat64.
(stat): Use _wstat64.
2020-08-07 Jonathan Wakely <jwakely@redhat.com>