+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
+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
+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
+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
+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
+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>