Skip to content

Commit 6574476

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent b5def8f commit 6574476

File tree

5 files changed

+70
-1
lines changed

5 files changed

+70
-1
lines changed

gcc/DATESTAMP

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20240216
1+
20240217

gcc/cp/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2024-02-16 Marek Polacek <[email protected]>
2+
3+
Backported from master:
4+
2024-02-12 Marek Polacek <[email protected]>
5+
6+
PR c++/113545
7+
* constexpr.cc (cxx_eval_switch_expr): If the condition doesn't reduce
8+
to an INTEGER_CST, consider it non-constant.
9+
110
2024-02-13 Jason Merrill <[email protected]>
211

312
Backported from master:

gcc/testsuite/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2024-02-16 Marek Polacek <[email protected]>
2+
3+
Backported from master:
4+
2024-02-12 Marek Polacek <[email protected]>
5+
6+
PR c++/113545
7+
* g++.dg/cpp1y/constexpr-reinterpret3.C: New test.
8+
* g++.dg/cpp1y/constexpr-reinterpret4.C: New test.
9+
110
2024-02-15 Jakub Jelinek <[email protected]>
211

312
Backported from master:

libgcc/ChangeLog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2024-02-16 Matteo Italia <[email protected]>
2+
3+
Backported from master:
4+
2024-02-16 Matteo Italia <[email protected]>
5+
6+
PR libgcc/113850
7+
* config/i386/gthr-win32-cond.c (__gthr_win32_abs_to_rel_time):
8+
fix absolute timespec to relative milliseconds count
9+
conversion (it incorrectly returned seconds instead of
10+
milliseconds); this avoids spurious wakeups in
11+
__gthr_win32_cond_timedwait
12+
113
2024-01-12 Sandra Loosemore <[email protected]>
214

315
Backported from master:

libstdc++-v3/ChangeLog

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
2024-02-16 Paul Keir <[email protected]>
2+
3+
Backported from master:
4+
2024-02-12 Paul Keir <[email protected]>
5+
6+
PR libstdc++/113294
7+
* include/bits/basic_string.h (basic_string::operator=): Use
8+
_M_use_local_data() instead of _M_local_buf on the moved-from
9+
string.
10+
* testsuite/21_strings/basic_string/modifiers/constexpr.cc
11+
(test_move): New test.
12+
13+
2024-02-16 Jonathan Wakely <[email protected]>
14+
15+
Backported from master:
16+
2024-02-15 Jonathan Wakely <[email protected]>
17+
18+
PR libstdc++/99117
19+
* include/std/valarray (valarray::operator=(const _Expr&)):
20+
Use loop to copy instead of __valarray_copy with _Array.
21+
* testsuite/26_numerics/valarray/99117.cc: New test.
22+
23+
2024-02-16 Jonathan Wakely <[email protected]>
24+
25+
Backported from master:
26+
2024-02-15 Jonathan Wakely <[email protected]>
27+
28+
* src/c++20/tzdata.zi: Import new file from 2024a release.
29+
* src/c++20/tzdb.cc (tzdb_list::_Node::_S_read_leap_seconds)
30+
Update expiry date for leap seconds list.
31+
32+
2024-02-16 Jonathan Wakely <[email protected]>
33+
34+
Backported from master:
35+
2024-02-08 Jonathan Wakely <[email protected]>
36+
37+
* include/tr2/type_traits (bases, direct_bases): Use
38+
__has_builtin to check if required built-ins are supported.
39+
140
2024-02-09 Jonathan Wakely <[email protected]>
241

342
Backported from master:

0 commit comments

Comments
 (0)