https://gcc.gnu.org/g:8946d80a18a08282c40854701a770536571e4aa3
commit r16-6452-g8946d80a18a08282c40854701a770536571e4aa3 Author: GCC Administrator <[email protected]> Date: Thu Jan 1 00:16:28 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 10 ++++++++++ gcc/DATESTAMP | 2 +- gcc/algol68/ChangeLog | 10 ++++++++++ gcc/testsuite/ChangeLog | 10 ++++++++++ libga68/ChangeLog | 4 ++++ 5 files changed, 35 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 296ebe6c9533..f44ba0afc7ea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2025-12-31 Pietro Monteiro <[email protected]> + + * doc/install.texi (--enable-languages): Fix typo. + +2025-12-31 Jeff Law <[email protected]> + + PR target/121485 + * config/riscv/vector-crypto.md: Fix mode attribute for the + lmul extending Zvkned patterns. + 2025-12-30 Jeff Law <[email protected]> PR target/123318 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b0c9279a881c..9d647100620f 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20251231 +20260101 diff --git a/gcc/algol68/ChangeLog b/gcc/algol68/ChangeLog index 09b85c91e246..0d0bf210adb1 100644 --- a/gcc/algol68/ChangeLog +++ b/gcc/algol68/ChangeLog @@ -1,3 +1,13 @@ +2025-12-31 Jose E. Marchesi <[email protected]> + + * a68-exports.cc (a68_asm_output_mode): Do not rely on DIM to + count modes in an union mode. + +2025-12-31 Jose E. Marchesi <[email protected]> + + * a68-imports.cc (a68_open_packet): Use right tag format in + a68_error. + 2025-12-30 Jose E. Marchesi <[email protected]> * a68-lang.cc (a68_init_options): Add an entry to A68_MODULE_FILES diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d296d1da2f85..60605fe874bd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2025-12-31 Jeff Law <[email protected]> + + PR target/121485 + * gcc.target/riscv/rvv/vsetvl/pr121485.c: New test. + +2025-12-31 Andrew Pinski <[email protected]> + + PR testsuite/123334 + * gcc.dg/pr123295-1.c: Require int128. + 2025-12-30 Jose E. Marchesi <[email protected]> * algol68/execute/char-in-string-1.a68: New test. diff --git a/libga68/ChangeLog b/libga68/ChangeLog index fd00c5972af5..521325b961fe 100644 --- a/libga68/ChangeLog +++ b/libga68/ChangeLog @@ -1,3 +1,7 @@ +2025-12-31 Pietro Monteiro <[email protected]> + + * Makefile.in: Regenerate. + 2025-12-30 Jose E. Marchesi <[email protected]> * m4/autoconf.m4: New file.
