Skip to content

Commit 6ad83bf

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 6e7b152 commit 6ad83bf

File tree

3 files changed

+63
-1
lines changed

3 files changed

+63
-1
lines changed

gcc/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2024-02-08 Georg-Johann Lay <[email protected]>
2+
3+
Backported from master:
4+
2024-02-08 Georg-Johann Lay <[email protected]>
5+
6+
PR target/113824
7+
* config/avr/avr-mcus.def (ata5797): Move from avr5 to avr4.
8+
* doc/avr-mmcu.texi: Rebuild.
9+
110
2024-02-05 Jason Merrill <[email protected]>
211

312
Backported from master:

gcc/DATESTAMP

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20240208
1+
20240209

libstdc++-v3/ChangeLog

+53
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
2024-02-08 Jonathan Wakely <[email protected]>
2+
3+
Backported from master:
4+
2024-02-02 Jonathan Wakely <[email protected]>
5+
6+
* include/std/string_view (basic_string_view(R&&)): Remove
7+
constraint that traits_type must be the same, as per LWG 3857.
8+
* testsuite/21_strings/basic_string_view/cons/char/range_c++20.cc:
9+
Explicit conversion between different specializations should be
10+
allowed.
11+
* testsuite/21_strings/basic_string_view/cons/wchar_t/range_c++20.cc:
12+
Likewise.
13+
14+
2024-02-08 Jonathan Wakely <[email protected]>
15+
16+
Backported from master:
17+
2024-02-02 Jonathan Wakely <[email protected]>
18+
19+
PR libstdc++/90276
20+
* testsuite/util/pstl/test_utils.h (reverse_invoker): Do not use
21+
perfect forwarding for iterator arguments.
22+
23+
2024-02-08 Jonathan Wakely <[email protected]>
24+
25+
Backported from master:
26+
2024-02-02 Jonathan Wakely <[email protected]>
27+
28+
* include/std/syncstream (basic_osyncstream::operator=): Remove
29+
noexcept, as per LWG 3867.
30+
31+
2024-02-08 Jonathan Wakely <[email protected]>
32+
33+
Backported from master:
34+
2024-01-13 Jonathan Wakely <[email protected]>
35+
36+
PR libstdc++/107466
37+
* include/bits/random.tcc (subtract_with_carry_engine::seed):
38+
Implement proposed resolution of LWG 4014.
39+
* testsuite/26_numerics/random/pr60037-neg.cc: Adjust dg-error
40+
line number.
41+
* testsuite/26_numerics/random/subtract_with_carry_engine/cons/lwg3809.cc:
42+
Check for expected result of 64-bit engine with seed that
43+
doesn't fit in 32-bits.
44+
45+
2024-02-08 Jonathan Wakely <[email protected]>
46+
47+
Backported from master:
48+
2024-01-11 Jonathan Wakely <[email protected]>
49+
50+
PR libstdc++/113258
51+
* libsupc++/new_opa.cc: Prefer to use posix_memalign if
52+
available.
53+
154
2024-02-02 Jonathan Wakely <[email protected]>
255

356
PR libstdc++/108636

0 commit comments

Comments
 (0)