Skip to content

Commit 19d0e76

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 0c30241 commit 19d0e76

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

gcc/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2022-02-10 Uros Bizjak <[email protected]>
2+
3+
Backported from master:
4+
2022-02-10 Uroš Bizjak <[email protected]>
5+
6+
PR target/104469
7+
* config/i386/sse.md (vec_unpacks_float_lo_v4si):
8+
Change operand 1 constraint to register_operand.
9+
110
2022-02-09 Uroš Bizjak <[email protected]>
211

312
PR target/104462

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20220210
1+
20220211

gcc/testsuite/ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2022-02-10 H.J. Lu <[email protected]>
2+
3+
Backported from master:
4+
2022-02-10 H.J. Lu <[email protected]>
5+
6+
PR target/104458
7+
* gcc.target/i386/pr104458.c: Replace long with long long.
8+
9+
2022-02-10 Uros Bizjak <[email protected]>
10+
11+
Backported from master:
12+
2022-02-10 Uroš Bizjak <[email protected]>
13+
14+
PR target/104469
15+
* gcc.target/i386/pr104469.c: New test.
16+
117
2022-02-09 Uros Bizjak <[email protected]>
218

319
Backported from master:

libstdc++-v3/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2022-02-10 Thomas Rodgers <[email protected]>
2+
3+
Backported from master:
4+
2022-02-10 Thomas Rodgers <[email protected]>
5+
6+
* include/bits/atomic_wait.h (__waiter_base::_S_do_spin,
7+
__waiter_base::_S_do_spin_v): Change memory order from relaxed
8+
to acquire.
9+
110
2022-02-09 Thomas Rodgers <[email protected]>
211

312
Backported from master:

0 commit comments

Comments
 (0)