aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-12-22 00:18:02 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-12-22 00:18:02 +0000
commitcdfaa4aa52752e55d27bb068b6de933d17b176d3 (patch)
tree738883a92b841ddd1cfaec8b8154b524bd9c496f /gcc/c-family
parentec2ec24a4d4d1175f72641a95010c2312eb38ccd (diff)
downloadgcc-cdfaa4aa52752e55d27bb068b6de933d17b176d3.zip
gcc-cdfaa4aa52752e55d27bb068b6de933d17b176d3.tar.gz
gcc-cdfaa4aa52752e55d27bb068b6de933d17b176d3.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 38f3993..b7b0436 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,13 @@
+2023-12-21 Jakub Jelinek <jakub@redhat.com>
+
+ * c.opt (Walloc-size): Enable also for C++ and ObjC++.
+
+2023-12-21 Jakub Jelinek <jakub@redhat.com>
+
+ PR sanitizer/113092
+ * c-ubsan.cc (ubsan_instrument_shift): Workaround for missing
+ ubsan _BitInt support for the shift count.
+
2023-12-20 Florian Weimer <fweimer@redhat.com>
PR c/113050