aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-03-28 00:17:52 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-03-28 00:17:52 +0000
commitfeafff0494281795cce01e93b36aa88806b74907 (patch)
tree8fa170efbe02470915cdeee61ca30dc748104b7f /gcc/c-family
parentbd8a3eecc4edffad6e5091ae42c1cb1c1730b2ab (diff)
downloadgcc-feafff0494281795cce01e93b36aa88806b74907.zip
gcc-feafff0494281795cce01e93b36aa88806b74907.tar.gz
gcc-feafff0494281795cce01e93b36aa88806b74907.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index e6530ea..21698b5 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,10 @@
+2024-03-27 Jakub Jelinek <jakub@redhat.com>
+
+ PR tree-optimization/114469
+ * c-common.cc (resolve_overloaded_builtin): For _BitInt result
+ on !extended targets convert result to the _BitInt type before
+ using VIEW_CONVERT_EXPR.
+
2024-03-26 Jakub Jelinek <jakub@redhat.com>
PR c++/112724