[gcc r15-11493] Daily bump.

GCC Administrator via Gcc-cvs <[email protected]>
Newsgroups gmane.comp.gcc.cvs
Message-ID <[email protected]>
https://gcc.gnu.org/g:7fdfd55a3cc1c600c8d881da8a6def61e8d90ab4

commit r15-11493-g7fdfd55a3cc1c600c8d881da8a6def61e8d90ab4
Author: GCC Administrator <[email protected]>
Date:   Thu Aug 20 00:20:08 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 73 +++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 68 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 142 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 106db15356d5..2790787e0943 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,76 @@
+2026-08-19  Alice Carlotti  <[email protected]>
+
+	PR target/124629
+	* config/aarch64/driver-aarch64.cc (AARCH64_ARCH):
+	Don't skip first character of #ARCH_IDENT.
+
+2026-08-19  Richard Biener  <[email protected]>
+
+	Backported from master:
+	2026-08-05  Richard Biener  <[email protected]>
+
+	PR tree-optimization/126650
+	* tree-affine.cc (get_inner_reference_aff): Fixup rounding
+	of size.
+
+2026-08-19  H.J. Lu  <[email protected]>
+
+	Backported from master:
+	2026-07-28  H.J. Lu  <[email protected]>
+		    Richard Biener   <[email protected]>
+
+	PR middle-end/126410
+	* tree-vect-stmts.cc (vectorizable_store): Only commit to
+	recorded base alignment when transforming.
+	(vectorizable_load): Likewise.
+
+2026-08-19  Richard Biener  <[email protected]>
+
+	Backported from master:
+	2026-06-15  Richard Biener  <[email protected]>
+
+	PR tree-optimization/125786
+	* tree-ssa-reassoc.cc (optimize_vec_cond_expr): Create a new
+	stmt instead of rewriting an existing possibly multi-use one.
+
+2026-08-19  Richard Biener  <[email protected]>
+
+	Backported from master:
+	2026-06-02  Richard Biener  <[email protected]>
+
+	PR tree-optimization/125545
+	* tree-ssa-reassoc.cc (insert_stmt_after): Allow asm goto
+	with a single successor.
+
+2026-08-19  Richard Biener  <[email protected]>
+
+	Backported from master:
+	2026-06-03  Richard Biener  <[email protected]>
+
+	PR tree-optimization/125477
+	* tree-vect-loop-manip.cc (vect_loop_versioning): Verify we
+	can duplicate an outer loop before considering to version it.
+
+2026-08-19  Richard Biener  <[email protected]>
+
+	Backported from master:
+	2026-05-04  Richard Biener  <[email protected]>
+
+	PR middle-end/125156
+	* tree-cfgcleanup.cc (cleanup_control_expr_graph): Clear
+	EDGE_TRUE_VALUE and EDGE_FALSE_VALUE edge flags only.
+
+2026-08-19  vekumar  <[email protected]>
+
+	Backported from master:
+	2026-06-26  vekumar  <[email protected]>
+
+	PR target/125949
+	* config/i386/i386.md ("isa"): Add avxvnniint8.
+	("enabled"): Adjust for avxvnniint8.
+	* config/i386/sse.md (vpdp<vpdotprodtype>_<mode>): Adjust for
+	AVXVNNIINT8.
+
 2026-08-14  Tamar Christina  <[email protected]>
 
 	* config/aarch64/aarch64-cores.def (armagicpu): New.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index a8e78f54d93c..7a23bbffaa7d 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260819
+20260820
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e517d66dc525..16e9cd4b7ed2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,71 @@
+2026-08-19  Alice Carlotti  <[email protected]>
+
+	PR target/124629
+	* gcc.target/aarch64/cpunative/info_36: New test file.
+	* gcc.target/aarch64/cpunative/native_cpu_36.c: New test.
+
+2026-08-19  Richard Biener  <[email protected]>
+
+	Backported from master:
+	2026-08-05  Richard Biener  <[email protected]>
+
+	PR tree-optimization/126650
+	* gcc.dg/torture/pr126650.c: New testcase.
+
+2026-08-19  H.J. Lu  <[email protected]>
+
+	Backported from master:
+	2026-07-28  H.J. Lu  <[email protected]>
+		    Richard Biener   <[email protected]>
+
+	PR middle-end/126410
+	* gcc.target/i386/pr126410-1a.c: New test.
+	* gcc.target/i386/pr126410-1b.c: Likewise.
+	* gcc.target/i386/pr126410-1c.c: Likewise.
+	* gcc.target/i386/pr126410-2a.c: Likewise.
+	* gcc.target/i386/pr126410-2b.c: Likewise.
+	* gcc.target/i386/pr126410-2c.c: Likewise.
+
+2026-08-19  Richard Biener  <[email protected]>
+
+	Backported from master:
+	2026-06-15  Richard Biener  <[email protected]>
+
+	PR tree-optimization/125786
+	* gcc.dg/torture/pr125786.c: New testcase.
+
+2026-08-19  Richard Biener  <[email protected]>
+
+	Backported from master:
+	2026-06-02  Richard Biener  <[email protected]>
+
+	PR tree-optimization/125545
+	* gcc.dg/torture/pr125545.c: New testcase.
+
+2026-08-19  Richard Biener  <[email protected]>
+
+	Backported from master:
+	2026-06-03  Richard Biener  <[email protected]>
+
+	PR tree-optimization/125477
+	* gcc.dg/torture/pr125477.c: New testcase.
+
+2026-08-19  Richard Biener  <[email protected]>
+
+	Backported from master:
+	2026-05-04  Richard Biener  <[email protected]>
+
+	PR middle-end/125156
+	* gcc.dg/torture/pr125156.c: New testcase.
+
+2026-08-19  vekumar  <[email protected]>
+
+	Backported from master:
+	2026-06-26  vekumar  <[email protected]>
+
+	PR target/125949
+	* gcc.target/i386/pr125949.c: New test.
+
 2026-08-16  Paul Thomas  <[email protected]>
 
 	Backported from master:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.