aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-06-30 00:17:51 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-06-30 00:17:51 +0000
commit14bfda6084eaca07c842566a34316974907958e2 (patch)
treee31e2f65bb1182116be0f6bc7bb0a7736508bcff /gcc/lto
parent1eb90f46c16453f72dc119ba20b07053a15b452d (diff)
downloadgcc-14bfda6084eaca07c842566a34316974907958e2.zip
gcc-14bfda6084eaca07c842566a34316974907958e2.tar.gz
gcc-14bfda6084eaca07c842566a34316974907958e2.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/lto')
-rw-r--r--gcc/lto/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index d4d9d88..4df6a2e 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,3 +1,14 @@
+2023-06-29 Qing Zhao <qing.zhao@oracle.com>
+
+ * lto-common.cc (compare_tree_sccs_1): Compare bit
+ TYPE_NO_NAMED_ARGS_STDARG_P or TYPE_INCLUDES_FLEXARRAY properly
+ for its corresponding type.
+
+2023-06-29 Eugene Rozenfeld <erozen@microsoft.com>
+
+ * Make-lang.in: Pass correct stage lto when processing
+ profile data collected while building target libraries
+
2023-06-28 Richard Biener <rguenther@suse.de>
* lto-common.cc (compare_tree_sccs_1): Use TYPE_PRECISION_RAW.