Skip to content

Commit faeb3df

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent da0aa94 commit faeb3df

5 files changed

Lines changed: 78 additions & 1 deletion

File tree

gcc/ChangeLog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2026-06-20 Gerald Pfeifer <gerald@pfeifer.com>
2+
3+
* doc/extend.texi (Integer Overflow Builtins): Spell compile time
4+
without dash when a noun.
5+
* doc/invoke.texi (Warning Options): Ditto.
6+
* doc/passes.texi (Tree SSA passes): Ditto.
7+
* doc/rtl.texi (Conversions): Ditto.
8+
9+
2026-06-20 Georg-Johann Lay <avr@gjlay.de>
10+
11+
* config/avr/avr.cc (avr_progmem_p): Use strip_array_types to
12+
peel off ARRAY_TYPEs.
13+
(avr_nonconst_pointer_addrspace): Same.
14+
(avr_insert_attributes): Same.
15+
(avr_decl_maybe_lds_p): Same.
16+
17+
2026-06-20 Roger Sayle <roger@nextmovesoftware.com>
18+
Hongtao Liu <hongtao.liu@intel.com>
19+
20+
* config/i386/i386-features.cc (scalar_chain::convert_op): Check
21+
if the (DImode) SUBREG being converted by STV has an original mode
22+
that's tieable to the vector mode (V2DImode), if not (e.g. DDmode)
23+
emit this "conversion" as a separate move for reload to handle.
24+
25+
2026-06-20 Georg-Johann Lay <avr@gjlay.de>
26+
27+
* config/avr/avr.cc (avr_init_builtins): Use XALLOCAVEC
28+
instead of alloca to locally alloc char[].
29+
* config/avr/avr-c.cc (avr_cpu_cpp_builtins): Same.
30+
* config/avr/avr-log.cc (avr_log_set_avr_log): Same.
31+
132
2026-06-19 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
233

334
PR tree-optimization/125857

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20260620
1+
20260621

gcc/cobol/ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2026-06-20 Robert Dubner <rdubner@symas.com>
2+
3+
* genapi.cc (parser_enter_file): Establish a var_decl for the
4+
common packed-decimal to binary conversion table.
5+
* genutil.cc (digit): Divide-and conquer numeric-display converter.
6+
(num_disp_dive): Likewise.
7+
(pd_dive): Divide-and-conqure packed-decimal converter.
8+
(get_pd_value): Likewise.
9+
(get_binary_value_tree): Use the new routines.
10+
(binary_from_FldNumericBinary): Divide-and conquer numeric-display
11+
converter.
12+
* genutil.h: Declaration for var_decl_dp2bin.
13+
* move.cc (mh_little_endian): Allow FldPacked as a source.
14+
115
2026-06-18 Robert Dubner <rdubner@symas.com>
216

317
* cbldiag.h (current_program_index): Suppress cppcheck warning.

gcc/testsuite/ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2026-06-20 Iain Sandoe <iain@sandoe.co.uk>
2+
3+
* gcc.dg/debug/dwarf2/dwarf2-macro.c: Skip for Darwin23+.
4+
* gcc.dg/debug/dwarf2/dwarf2-macro2.c: Likewise.
5+
6+
2026-06-20 Iain Sandoe <iain@sandoe.co.uk>
7+
8+
PR testsuite/112728
9+
* lib/scanasm.exp (remove_lto_sections): New.
10+
11+
2026-06-20 Tamar Christina <tamar.christina@arm.com>
12+
13+
PR testsuite/125871
14+
* gcc.dg/vect/vect-early-break_144-pr125804.c: New test.
15+
116
2026-06-19 Kees Cook <kees@kernel.org>
217

318
PR c/125604

libgcobol/ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2026-06-20 Robert Dubner <rdubner@symas.com>
2+
3+
* charmaps.cc: Eliminate rt_encoding_t.
4+
* libgcobol.cc (console_init): Change how __gg__console_encoding is
5+
established.
6+
(initialize_program_state): Likewise.
7+
(get_binary_value_local): Use new conversion algorithms.
8+
(__gg__move): Likewise.
9+
* stringbin.cc (__gg__numeric_display_to_binary): Likewise.
10+
(digit_rt): Likewise.
11+
(num_disp_dive_rt): Likewise.
12+
(pd_dive_rt): Likewise.
13+
(__gg__packed_to_binary): Likewise.
14+
* stringbin.h (STRINGBIN_H_): Declaration for __gg__dp2bin.
15+
(__gg__numeric_display_to_binary): Use new algorithms.
16+
(__gg__packed_to_binary): Likewise.
17+
118
2026-06-16 Robert Dubner <rdubner@symas.com>
219

320
* gmath.cc (multiply_int256_by_int64): Comment.

0 commit comments

Comments
 (0)