Skip to content

Commit e780a04

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent c5e12bb commit e780a04

File tree

3 files changed

+83
-1
lines changed

3 files changed

+83
-1
lines changed

gcc/ChangeLog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
10+
2024-02-08 Georg-Johann Lay <[email protected]>
11+
12+
Backported from master:
13+
2024-02-08 Georg-Johann Lay <[email protected]>
14+
15+
* config/avr/gen-avr-mmcu-specs.cc (print_mcu) <*cpp_mcu>: Spec always
16+
defines __AVR_PM_BASE_ADDRESS__ if the core has it.
17+
118
2024-02-07 Alex Coplan <[email protected]>
219

320
PR target/111677

gcc/DATESTAMP

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

libstdc++-v3/ChangeLog

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

368
Backported from master:

0 commit comments

Comments
 (0)