https://gcc.gnu.org/g:63acbffed1c88c38811bebfbd3f68fd6796b80ca

commit r17-433-g63acbffed1c88c38811bebfbd3f68fd6796b80ca
Author: GCC Administrator <[email protected]>
Date:   Mon May 11 00:16:22 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 11 +++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       | 12 ++++++++++++
 gcc/algol68/ChangeLog   |  5 +++++
 gcc/fortran/ChangeLog   | 15 +++++++++++++++
 gcc/testsuite/ChangeLog | 15 +++++++++++++++
 gnattools/ChangeLog     |  7 +++++++
 7 files changed, 66 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3e79167d0972..8098ac23984c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2026-05-10  Jørgen Kvalsvik  <[email protected]>
+
+       * gcov.cc (json_set_prime_path_coverage): Read arc.true_value.
+
+2026-05-10  H.J. Lu  <[email protected]>
+
+       PR target/125238
+       * config/i386/i386-features.cc (ix86_broadcast_inner): Set kind
+       to X86_CSE_CONST_VECTOR if the vector load can be converted to
+       constant integer load.
+
 2026-05-09  Michiel Derhaeg  <[email protected]>
 
        PR target/125217
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 4be47a9913ff..8785430899c2 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260510
+20260511
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 6bae2465f5ce..a768fd420914 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,15 @@
+2026-05-10  Eric Botcazou  <[email protected]>
+
+       PR ada/125240
+       * gen_il-gen-gen_entities.adb (Enumeration_Kind): Make
+       Lit_Indexes and Lit_Strings be defined for root types only.
+       * einfo.ads (Lit_Hash): Adjust description.
+       (Lit_Indexes): Likewise.
+       (Lit_Strings): Likewise.
+       (E_Enumeration_Type): Likewise.
+       * exp_imgv.adb (Expand_Image_Attribute): Do not fetch the root type
+       for enumeration types, except for character types, and adjust.
+
 2026-05-03  Eric Botcazou  <[email protected]>
 
        PR ada/125168
diff --git a/gcc/algol68/ChangeLog b/gcc/algol68/ChangeLog
index aba43d87e23a..f6940d093582 100644
--- a/gcc/algol68/ChangeLog
+++ b/gcc/algol68/ChangeLog
@@ -1,3 +1,8 @@
+2026-05-10  Jose E. Marchesi  <[email protected]>
+
+       * a68-parser-taxes.cc (is_mappable_routine): Remove handling of
+       non-implemented math functions.
+
 2026-05-01  Peter Damianov  <[email protected]>
 
        * Make-lang.in: Correct typo exeect -> exeext
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 5e60189afcc2..dcf786e7ae00 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,18 @@
+2026-05-10  Andre Vehreschild  <[email protected]>
+           Paul Thomas  <[email protected]>
+
+       PR fortran/125051
+       * trans-decl.cc (gfc_get_symbol_decl): gfc_defer_symbol_init
+       must not be called for PDT types, classes or types with PDT
+       (gfc_generate_function_code): If gfc_current_ns is not the same
+       as the function namespace, stash it,change it to the function
+       namespace and restore after translation of the code.
+       * trans-intrinsic.cc (gfc_conv_intrinsic_caf_get): If the array
+       is in a module, use the symbol namespace.
+       * trans-openmp.cc (gfc_trans_omp_array_reduction_or_udr): If the
+       current namespace is not that of the procedure, change to the
+       procedure namspace and revert on leaving this function.
+
 2026-05-08  Harald Anlauf  <[email protected]>
 
        PR fortran/111952
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4fe3ec75a600..83f51b5ca1a5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,18 @@
+2026-05-10  Eric Botcazou  <[email protected]>
+
+       * gnat.dg/enum6.adb: New test.
+
+2026-05-10  H.J. Lu  <[email protected]>
+
+       PR target/125238
+       * gcc.target/i386/pr125238.c: New test.
+
+2026-05-10  Andre Vehreschild  <[email protected]>
+           Paul Thomas  <[email protected]>
+
+       PR fortran/125051
+       * gfortran.dg/coarray/pr125051.f90: New test.
+
 2026-05-09  Michiel Derhaeg  <[email protected]>
 
        PR target/125217
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog
index 6dcb5f5cd319..2d453181afc5 100644
--- a/gnattools/ChangeLog
+++ b/gnattools/ChangeLog
@@ -1,3 +1,10 @@
+2026-05-10  Eric Botcazou  <[email protected]>
+
+       PR ada/125232
+       * Makefile.in (ADA_FOR_BUILD): Delete.
+       (ADA_FOR_TARGET): Likewise.
+       (LDFLAGS): Set to @LDFLAGS@.
+
 2026-01-08  Olivier Hainque  <[email protected]>
            Alexandre Oliva  <[email protected]>

Reply via email to