Skip to content

Commit d877981

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent a5aca83 commit d877981

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

gcc/DATESTAMP

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20240130
1+
20240131

libstdc++-v3/ChangeLog

+41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
2024-01-30 Jonathan Wakely <[email protected]>
2+
3+
Backported from master:
4+
2024-01-21 Jonathan Wakely <[email protected]>
5+
6+
PR libstdc++/113500
7+
* include/bits/chrono_io.h (__formatter_chrono::_M_S): Fix
8+
printing of subseconds with floating-point rep.
9+
(__formatter_chrono::_M_format_to_ostream): Do not write
10+
time_point specializations directly to the ostream.
11+
(formatter<chrono::sys_time<D>, C>::parse): Do not allow an
12+
empty chrono-spec if the type fails to meet the constraints for
13+
writing to an ostream with operator<<.
14+
* testsuite/std/time/clock/file/io.cc: Check formatting
15+
non-integral times with empty chrono-specs.
16+
* testsuite/std/time/clock/gps/io.cc: Likewise.
17+
* testsuite/std/time/clock/utc/io.cc: Likewise.
18+
* testsuite/std/time/hh_mm_ss/io.cc: Likewise.
19+
20+
2024-01-30 Jonathan Wakely <[email protected]>
21+
22+
Backported from master:
23+
2024-01-21 Jonathan Wakely <[email protected]>
24+
25+
* include/bits/chrono.h (__file_clock::from_sys)
26+
(__file_clock::to_sys, __file_clock::_S_from_sys)
27+
(__file_clock::_S_to_sys): Use common_type for return type.
28+
* testsuite/std/time/clock/file/members.cc: Check round trip
29+
conversion for time with lower precision that seconds.
30+
31+
2024-01-30 Jonathan Wakely <[email protected]>
32+
33+
Backported from master:
34+
2024-01-21 Jonathan Wakely <[email protected]>
35+
36+
PR libstdc++/113512
37+
* include/std/format (__formatter_fp::format): Fix logic for
38+
alternate forms.
39+
* testsuite/std/format/functions/format.cc: Check buggy cases of
40+
alternate forms with g presentation type.
41+
142
2024-01-18 Jonathan Wakely <[email protected]>
243

344
Backported from master:

0 commit comments

Comments
 (0)