]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 May 2026 00:16:22 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 May 2026 00:16:22 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/algol68/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
gnattools/ChangeLog

index 3e79167d0972ed643b423531ec840aba3a0c229d..8098ac23984c0ea14d49aa4dc290cde886afd048 100644 (file)
@@ -1,3 +1,14 @@
+2026-05-10  Jørgen Kvalsvik  <j@lambda.is>
+
+       * gcov.cc (json_set_prime_path_coverage): Read arc.true_value.
+
+2026-05-10  H.J. Lu  <hjl.tools@gmail.com>
+
+       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  <Michiel.Derhaeg@synopsys.com>
 
        PR target/125217
index 4be47a9913ff947fb0f4bd9c3d189ce8261021e2..8785430899c2fe1fed157e7ddedd791e3359cb37 100644 (file)
@@ -1 +1 @@
-20260510
+20260511
index 6bae2465f5ced797f8675394a227f23c02d86aae..a768fd420914654150c88987602efdbb9d5cc9ca 100644 (file)
@@ -1,3 +1,15 @@
+2026-05-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       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  <ebotcazou@adacore.com>
 
        PR ada/125168
index aba43d87e23aa1d9434ebe9437d5da49dc4bd6cc..f6940d0935828ae4a5a2117663b755e8a97f945d 100644 (file)
@@ -1,3 +1,8 @@
+2026-05-10  Jose E. Marchesi  <jemarch@gnu.org>
+
+       * a68-parser-taxes.cc (is_mappable_routine): Remove handling of
+       non-implemented math functions.
+
 2026-05-01  Peter Damianov  <peter0x44@disroot.org>
 
        * Make-lang.in: Correct typo exeect -> exeext
index 5e60189afcc26502e78eb55bb32008d900f081d6..dcf786e7ae00bca118171b45300dd22c9994aa3e 100644 (file)
@@ -1,3 +1,18 @@
+2026-05-10  Andre Vehreschild  <vehre@gcc.gnu.org>
+           Paul Thomas  <pault@gcc.gnu.org>
+
+       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  <anlauf@gmx.de>
 
        PR fortran/111952
index 4fe3ec75a600258e5a3a2d2485a28be21681adc8..83f51b5ca1a526bd2a64d4bd0a7a6c5cb6f92509 100644 (file)
@@ -1,3 +1,18 @@
+2026-05-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/enum6.adb: New test.
+
+2026-05-10  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/125238
+       * gcc.target/i386/pr125238.c: New test.
+
+2026-05-10  Andre Vehreschild  <vehre@gcc.gnu.org>
+           Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/125051
+       * gfortran.dg/coarray/pr125051.f90: New test.
+
 2026-05-09  Michiel Derhaeg  <Michiel.Derhaeg@synopsys.com>
 
        PR target/125217
index 6dcb5f5cd31939bcf104d111db27be97a803d00c..2d453181afc5bb9a7bfde7c2259a4dc6dac5214c 100644 (file)
@@ -1,3 +1,10 @@
+2026-05-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/125232
+       * Makefile.in (ADA_FOR_BUILD): Delete.
+       (ADA_FOR_TARGET): Likewise.
+       (LDFLAGS): Set to @LDFLAGS@.
+
 2026-01-08  Olivier Hainque  <hainque@adacore.com>
            Alexandre Oliva  <oliva@adacore.com>