https://gcc.gnu.org/g:b390dfcd3daca0747fe90504dd3316e71e7a01c3

commit r17-3683-gb390dfcd3daca0747fe90504dd3316e71e7a01c3
Author: GCC Administrator <[email protected]>
Date:   Thu Aug 27 00:16:35 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 35 +++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       |  6 ++++
 gcc/cobol/ChangeLog     | 15 +++++++++
 gcc/fortran/ChangeLog   |  7 ++++
 gcc/testsuite/ChangeLog | 90 +++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 154 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e9150c778bdb..b11900fe9ff6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,38 @@
+2026-08-26  Iain Sandoe  <[email protected]>
+
+       * config.gcc: Default the 64b arch to core2.
+
+2026-08-26  Kyrylo Tkachov  <[email protected]>
+
+       * config/aarch64/aarch64.cc (aarch64_gen_ccmp_next): Reject a
+       comparison that would lose an observable exception.
+       * target.def (gen_ccmp_next): Document the rule.
+       * doc/tm.texi: Regenerate.
+
+2026-08-26  Kyrylo Tkachov  <[email protected]>
+
+       * config/aarch64/aarch64.cc (aarch64_fp_cc_mode): New function.
+       Use CCFPmode when the FCMPE exception is not observable.
+       (aarch64_select_cc_mode): Use it.
+
+2026-08-26  Kyrylo Tkachov  <[email protected]>
+
+       PR tree-optimization/127039
+       * match.pd (REDUC (@0 op VECTOR_CST)): Require FMAX and FMIN
+       constant reductions to simplify.
+
+2026-08-26  Jeevitha Palanisamy  <[email protected]>
+
+       PR target/125138
+       * config/rs6000/vsx.md (xxpermx): Use a temporary register for the
+       negated control vector.
+
+2026-08-26  Léo Hardt  <[email protected]>
+
+       * cgraph.cc (cgraph_nodes_queue): Removed.
+       (cgraph_cc_finalize): Removed cgraph_nodes_queue
+       initialization.
+
 2026-08-25  Eric Botcazou  <[email protected]>
 
        PR ada/125984
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index e377e79f10a6..f258e973dfcb 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260826
+20260827
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 418800b1b1a1..2d490cf2ddf9 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,9 @@
+2026-08-26  Eric Botcazou  <[email protected]>
+
+       PR ada/127026
+       * exp_aggr.adb (Must_Slide): Check for the unconstrained case only
+       after all the negative tests.
+
 2026-08-24  Eric Botcazou  <[email protected]>
 
        PR ada/127026
diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog
index 434ba8ad365f..13bf4a12ba4b 100644
--- a/gcc/cobol/ChangeLog
+++ b/gcc/cobol/ChangeLog
@@ -1,3 +1,18 @@
+2026-08-26  James K. Lowden  <[email protected]>
+
+       PR cobol/126611
+       * parse.y: Modify COBOL WORDS grammar.
+       * scan.l: Add support for $DISPLAY.
+       * util.cc: Add Boolean bit-operators to reserved-word list.
+
+2026-08-26  James K. Lowden  <[email protected]>
+
+       PR cobol/126611
+       * cdf.y: Renumber tokens.
+       * parse.y: Add tokens from ISO CDF reserved word list.
+       * scan.l: Same, and reposition.
+       * token_names.h: Regenerate.
+
 2026-08-25  James K. Lowden  <[email protected]>
 
        * cbldiag.h (enum cbl_diag_id_t): Add ParDynamicCall.
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index c1fa88033309..b577f8412710 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,10 @@
+2026-08-26  Jerry DeLisle  <[email protected]>
+
+       PR fortran/82065
+       * trans-decl.cc (gfc_get_symbol_decl): Emit the static
+       initializer for intrinsic array parameters regardless of the
+       enclosing namespace.
+
 2026-08-25  Jerry DeLisle  <[email protected]>
 
        PR fortran/49802
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 8a9d7c986066..cf0b7b3ebae9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,93 @@
+2026-08-26  Dimitar Dimitrov  <[email protected]>
+
+       * g++.dg/gcov/gcov-12.C: Require effective target fpic.
+       * g++.old-deja/g++.mike/eh30.C: Ditto.
+       * g++.old-deja/g++.mike/p4750.C: Ditto.
+       * g++.old-deja/g++.robertl/eb106.C: Ditto.
+
+2026-08-26  Jerry DeLisle  <[email protected]>
+
+       PR fortran/82065
+       * gfortran.dg/iso_fortran_env_10.f90: New test.
+
+2026-08-26  Georg-Johann Lay  <[email protected]>
+
+       PR testsuite/126415
+       PR testsuite/52641
+       * gcc.dg/torture/pr126415.c: Require int32plus.
+
+2026-08-26  Georg-Johann Lay  <[email protected]>
+
+       PR testsuite/49330
+       PR testsuite/52641
+       * gcc.dg/torture/pr49330-2.c (foo): Use __UINTPTR_TYPE__
+       instead of unsigned long.
+
+2026-08-26  Kyrylo Tkachov  <[email protected]>
+
+       * gcc.target/aarch64/fccmp-trap-1.c: New test.
+       * gcc.target/aarch64/fccmp-trap-2.c: Likewise.
+       * gcc.target/aarch64/fccmp-trap-3.c: Likewise.
+
+2026-08-26  Kyrylo Tkachov  <[email protected]>
+
+       * gcc.target/aarch64/ccmp_1.c: Update and anchor the FP scans.
+       * gcc.target/aarch64/fccmp_1.c: Update the expected mode.
+       * gcc.target/aarch64/fccmp_3.c: New test.
+
+2026-08-26  Kyrylo Tkachov  <[email protected]>
+
+       PR tree-optimization/127039
+       * gcc.target/aarch64/vec-reduc-fmax-const-1.c: New test.
+
+2026-08-26  Georg-Johann Lay  <[email protected]>
+
+       PR testsuite/52641
+       * gcc.dg/torture/inline-mem-set-1.c: Require size20plus.
+
+2026-08-26  Georg-Johann Lay  <[email protected]>
+
+       PR testsuite/111036
+       * gcc.dg/torture/pr111036.c (foo): Use __UINTPTR_TYPE__
+       instead of unsigned long int.
+
+2026-08-26  Georg-Johann Lay  <[email protected]>
+
+       PR testsuite/116353
+       * gcc.dg/torture/pr116353.c: Require int32plus.
+
+2026-08-26  Torbjörn SVENSSON  <[email protected]>
+
+       * gcc.dg/vect/pr122797.c: Remove explict "dg-do run".
+       * gcc.dg/vect/pr123731.c: Likewise.
+
+2026-08-26  Richard Biener  <[email protected]>
+
+       PR testsuite/125238
+       * gcc.target/i386/pr125238.c: Remove scan for
+       mpvabsq.
+
+2026-08-26  Richard Biener  <[email protected]>
+
+       PR testsuite/127048
+       * gcc.target/i386/pr89523-1a.c: Remove scan for addr32 vgather.
+       * gcc.target/i386/pr89523-1b.c: Likewise.
+
+2026-08-26  Jeevitha Palanisamy  <[email protected]>
+
+       PR target/125138
+       * gcc.target/powerpc/pr125138.c: New test.
+
+2026-08-26  Rainer Orth  <[email protected]>
+
+       * gcc.dg/pr126538.c: Require bitint.
+
+2026-08-26  Alexandre Oliva  <[email protected]>
+
+       PR tree-optimization/126650
+       * gcc.dg/torture/pr126650.c: Be explicit about endianness
+       expectations.
+
 2026-08-26  Sebastian Miles  <[email protected]>
 
        PR c++/127016

Reply via email to