aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-01-02 00:19:02 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-01-02 00:19:02 +0000
commita8781c4151136968ad38a40344d16940e4ccb700 (patch)
tree660b53fd5f06f6a5f7431124644bc5e2fba99eac /gcc
parentea25066d8a9106bb015720328d4645cd1ddd2bab (diff)
downloadgcc-a8781c4151136968ad38a40344d16940e4ccb700.zip
gcc-a8781c4151136968ad38a40344d16940e4ccb700.tar.gz
gcc-a8781c4151136968ad38a40344d16940e4ccb700.tar.bz2
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog19
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/fortran/ChangeLog16
-rw-r--r--gcc/testsuite/ChangeLog5
4 files changed, 41 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 08ab075..ef1a9e7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,22 @@
+2025-01-01 Sam James <sam@gentoo.org>
+
+ * doc/cpp.texi (Common Predefined Macros): Fix syntax.
+
+2025-01-01 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/118174
+ * tree-outof-ssa.cc (ssa_is_replaceable_p): Exclude tailcalls.
+
+2025-01-01 Sandra Loosemore <sloosemore@baylibre.com>
+
+ * doc/invoke.texi (Option Summary): Put "M32C Options" and
+ "Cygwin and MinGW Options" in alphabetical order. Add
+ cross-references.
+ (Cygwin and MinGW Options): Likewise move the section to its
+ correct alphabetical location.
+ * config/lynx.opt.urls: Regenerated.
+ * config/mingw/cygming.opt.urls: Regenerated.
+
2024-12-31 Jiahao Xu <xujiahao@loongson.cn>
Deng Jianbo <dengjianbo@loongson.cn>
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index fc6c4b4..dc5f751 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250101
+20250102
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 32c0fc1..7683864 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,19 @@
+2025-01-01 Sandra Loosemore <sloosemore@baylibre.com>
+
+ * gfortran.texi (Function ABI Documentation): Make menu ordering
+ consistent with subsection ordering.
+
+2025-01-01 Sandra Loosemore <sloosemore@baylibre.com>
+
+ * gfortran.texi: Clean up that/which usage throughout the file.
+ * intrinsic.texi: Likewise.
+ * invoke.texi: Likewise.
+
+2025-01-01 Sandra Loosemore <sloosemore@baylibre.com>
+
+ * intrinsic.texi: Grammar and markup fixes throughout
+ the file.
+
2024-12-30 Steven G. Kargl <kargls@comcast.net>
PR fortran/117643
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ee081e7..861d2dd 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2025-01-01 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/118174
+ * gcc.dg/torture/pr118174.c: New testcase.
+
2024-12-31 Jiahao Xu <xujiahao@loongson.cn>
Deng Jianbo <dengjianbo@loongson.cn>