]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 21 Jun 2026 00:16:26 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 21 Jun 2026 00:16:26 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cobol/ChangeLog
gcc/testsuite/ChangeLog
libgcobol/ChangeLog

index bb97c6825440b282ae75a249dd7fd619e988c683..09ec1a6f56f6db6fc26997cb83997384bacf1ad5 100644 (file)
@@ -1,3 +1,34 @@
+2026-06-20  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/extend.texi (Integer Overflow Builtins): Spell compile time
+       without dash when a noun.
+       * doc/invoke.texi (Warning Options): Ditto.
+       * doc/passes.texi (Tree SSA passes): Ditto.
+       * doc/rtl.texi (Conversions): Ditto.
+
+2026-06-20  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr.cc (avr_progmem_p): Use strip_array_types to
+       peel off ARRAY_TYPEs.
+       (avr_nonconst_pointer_addrspace): Same.
+       (avr_insert_attributes): Same.
+       (avr_decl_maybe_lds_p): Same.
+
+2026-06-20  Roger Sayle  <roger@nextmovesoftware.com>
+           Hongtao Liu  <hongtao.liu@intel.com>
+
+       * config/i386/i386-features.cc (scalar_chain::convert_op): Check
+       if the (DImode) SUBREG being converted by STV has an original mode
+       that's tieable to the vector mode (V2DImode), if not (e.g. DDmode)
+       emit this "conversion" as a separate move for reload to handle.
+
+2026-06-20  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr.cc (avr_init_builtins): Use XALLOCAVEC
+       instead of alloca to locally alloc char[].
+       * config/avr/avr-c.cc (avr_cpu_cpp_builtins): Same.
+       * config/avr/avr-log.cc (avr_log_set_avr_log): Same.
+
 2026-06-19  Andrew Pinski  <andrew.pinski@oss.qualcomm.com>
 
        PR tree-optimization/125857
index be0a3ca816dec08baffaa90d481d492b34083cda..752348ae7dd9150e943d6d3d0fe6be47f34d0111 100644 (file)
@@ -1 +1 @@
-20260620
+20260621
index 4059c7cc52df0afeb214e431ccfb90c0460ff55c..bb496080ea66bfb4963bd9cada40a4dd9978e27a 100644 (file)
@@ -1,3 +1,17 @@
+2026-06-20  Robert Dubner  <rdubner@symas.com>
+
+       * genapi.cc (parser_enter_file): Establish a var_decl for the
+       common packed-decimal to binary conversion table.
+       * genutil.cc (digit): Divide-and conquer numeric-display converter.
+       (num_disp_dive): Likewise.
+       (pd_dive): Divide-and-conqure packed-decimal converter.
+       (get_pd_value): Likewise.
+       (get_binary_value_tree): Use the new routines.
+       (binary_from_FldNumericBinary):  Divide-and conquer numeric-display
+       converter.
+       * genutil.h: Declaration for var_decl_dp2bin.
+       * move.cc (mh_little_endian): Allow FldPacked as a source.
+
 2026-06-18  Robert Dubner  <rdubner@symas.com>
 
        * cbldiag.h (current_program_index): Suppress cppcheck warning.
index b917cbc90972807ac19f69fee2e735e61c564788..326c0be861b2938faaf817a38cf37e33f45d5ed9 100644 (file)
@@ -1,3 +1,18 @@
+2026-06-20  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.dg/debug/dwarf2/dwarf2-macro.c: Skip for Darwin23+.
+       * gcc.dg/debug/dwarf2/dwarf2-macro2.c: Likewise.
+
+2026-06-20  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR testsuite/112728
+       * lib/scanasm.exp (remove_lto_sections): New.
+
+2026-06-20  Tamar Christina  <tamar.christina@arm.com>
+
+       PR testsuite/125871
+       * gcc.dg/vect/vect-early-break_144-pr125804.c: New test.
+
 2026-06-19  Kees Cook  <kees@kernel.org>
 
        PR c/125604
index 0cf264d48b56bfdd1ca416c2e87c78ea09ce6ced..c1dfe9ba2c88b5c8007253afaa71aa7209e41a47 100644 (file)
@@ -1,3 +1,20 @@
+2026-06-20  Robert Dubner  <rdubner@symas.com>
+
+       * charmaps.cc: Eliminate rt_encoding_t.
+       * libgcobol.cc (console_init): Change how __gg__console_encoding is
+       established.
+       (initialize_program_state): Likewise.
+       (get_binary_value_local): Use new conversion algorithms.
+       (__gg__move): Likewise.
+       * stringbin.cc (__gg__numeric_display_to_binary):  Likewise.
+       (digit_rt): Likewise.
+       (num_disp_dive_rt): Likewise.
+       (pd_dive_rt): Likewise.
+       (__gg__packed_to_binary): Likewise.
+       * stringbin.h (STRINGBIN_H_): Declaration for __gg__dp2bin.
+       (__gg__numeric_display_to_binary): Use new algorithms.
+       (__gg__packed_to_binary): Likewise.
+
 2026-06-16  Robert Dubner  <rdubner@symas.com>
 
        * gmath.cc (multiply_int256_by_int64): Comment.