Daily bump.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 296ebe6..f44ba0a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2025-12-31 Pietro Monteiro <pietro@sociotechnical.xyz>
+
+ * doc/install.texi (--enable-languages): Fix typo.
+
+2025-12-31 Jeff Law <jeffrey.law@oss.qualcomm.com>
+
+ PR target/121485
+ * config/riscv/vector-crypto.md: Fix mode attribute for the
+ lmul extending Zvkned patterns.
+
2025-12-30 Jeff Law <jeffrey.law@oss.qualcomm.com>
PR target/123318
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index b0c9279..9d64710 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20251231
+20260101
diff --git a/gcc/algol68/ChangeLog b/gcc/algol68/ChangeLog
index 09b85c9..0d0bf21 100644
--- a/gcc/algol68/ChangeLog
+++ b/gcc/algol68/ChangeLog
@@ -1,3 +1,13 @@
+2025-12-31 Jose E. Marchesi <jose.marchesi@oracle.com>
+
+ * 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 <jose.marchesi@oracle.com>
+
+ * a68-imports.cc (a68_open_packet): Use right tag format in
+ a68_error.
+
2025-12-30 Jose E. Marchesi <jose.marchesi@oracle.com>
* a68-lang.cc (a68_init_options): Add an entry to A68_MODULE_FILES
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d296d1d..60605fe 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,13 @@
+2025-12-31 Jeff Law <jeffrey.law@oss.qualcomm.com>
+
+ PR target/121485
+ * gcc.target/riscv/rvv/vsetvl/pr121485.c: New test.
+
+2025-12-31 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
+
+ PR testsuite/123334
+ * gcc.dg/pr123295-1.c: Require int128.
+
2025-12-30 Jose E. Marchesi <jose.marchesi@oracle.com>
* algol68/execute/char-in-string-1.a68: New test.
diff --git a/libga68/ChangeLog b/libga68/ChangeLog
index fd00c59..521325b 100644
--- a/libga68/ChangeLog
+++ b/libga68/ChangeLog
@@ -1,3 +1,7 @@
+2025-12-31 Pietro Monteiro <pietro@sociotechnical.xyz>
+
+ * Makefile.in: Regenerate.
+
2025-12-30 Jose E. Marchesi <jose.marchesi@oracle.com>
* m4/autoconf.m4: New file.