aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-03-11 00:16:36 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-03-11 00:16:36 +0000
commitc80654412b57b35620478cb139debe615ddbf8de (patch)
treeeee6921087c38886bd353773232ffec326d15bae /gcc/c-family
parent020255eb52ec215703f4ffc90a3a916c21fb36fc (diff)
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 095976e1f38..f391bf8b054 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,10 @@
+2023-03-10 Marek Polacek <polacek@redhat.com>
+
+ PR sanitizer/108060
+ PR sanitizer/109050
+ * c-gimplify.cc (ubsan_walk_array_refs_r): For a MODIFY_EXPR, instrument
+ the RHS before the LHS.
+
2023-03-04 Jakub Jelinek <jakub@redhat.com>
PR c/107465