Skip to content

Commit b76c465

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent d520096 commit b76c465

File tree

4 files changed

+45
-1
lines changed

4 files changed

+45
-1
lines changed

gcc/ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2023-11-15 Kewen Lin <linkw@linux.ibm.com>
2+
3+
Backported from master:
4+
2023-11-06 Kewen Lin <linkw@linux.ibm.com>
5+
6+
PR target/111828
7+
* config.in: Regenerate.
8+
* config/rs6000/rs6000.cc (rs6000_update_ipa_fn_target_info): Guard
9+
inline asm handling under !HAVE_AS_POWER10_HTM.
10+
* configure: Regenerate.
11+
* configure.ac: Detect assembler support for HTM insns at power10.
12+
113
2023-11-10 liuhongt <hongtao.liu@intel.com>
214

315
Backported from master:

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20231115
1+
20231116

gcc/testsuite/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2023-11-15 Kewen Lin <linkw@linux.ibm.com>
2+
3+
Backported from master:
4+
2023-11-06 Kewen Lin <linkw@linux.ibm.com>
5+
6+
PR target/111828
7+
* lib/target-supports.exp
8+
(check_effective_target_powerpc_as_p10_htm): New proc.
9+
* g++.target/powerpc/pr111828-1.C: New test.
10+
* g++.target/powerpc/pr111828-2.C: New test.
11+
112
2023-11-10 liuhongt <hongtao.liu@intel.com>
213

314
Backported from master:

libstdc++-v3/ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2023-11-15 Jonathan Wakely <jwakely@redhat.com>
2+
3+
Backported from master:
4+
2023-11-15 Jonathan Wakely <jwakely@redhat.com>
5+
6+
PR libstdc++/112491
7+
* python/libstdcxx/v6/xmethods.py (DequeWorkerBase.index):
8+
Correctly handle unused capacity at the start of the first node.
9+
* testsuite/libstdc++-xmethods/deque.cc: Check index operator
10+
when elements have been removed from the front.
11+
12+
2023-11-15 Jonathan Wakely <jwakely@redhat.com>
13+
14+
Backported from master:
15+
2023-11-15 Jonathan Wakely <jwakely@redhat.com>
16+
17+
* include/std/stacktrace (basic_stacktrace::at): Fix class name
18+
in exception message.
19+
* testsuite/19_diagnostics/stacktrace/hash.cc: Do not fail if
20+
current() returns a non-empty stacktrace.
21+
122
2023-11-14 Jonathan Wakely <jwakely@redhat.com>
223

324
Backported from master:

0 commit comments

Comments
 (0)