aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-10-21 00:17:36 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-10-21 00:17:36 +0000
commit6f684dd259a1a8ebd872fab5ce1084887034b0ae (patch)
treeeeb53d0e9ad49932d543bc9ceb24f4e57fbdde85 /gcc/c/ChangeLog
parente28869670c9879fe7c67caf6cc11af202509ef78 (diff)
downloadgcc-6f684dd259a1a8ebd872fab5ce1084887034b0ae.zip
gcc-6f684dd259a1a8ebd872fab5ce1084887034b0ae.tar.gz
gcc-6f684dd259a1a8ebd872fab5ce1084887034b0ae.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index a779fa4..2fb67af 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,18 @@
+2023-10-20 Florian Weimer <fweimer@redhat.com>
+
+ PR c/109827
+ PR other/44209
+ * c-typeck.cc (build_conditional_expr): Use OPT_Wint_conversion
+ for pointer/integer mismatch warnings.
+
+2023-10-20 Florian Weimer <fweimer@redhat.com>
+
+ PR c/109826
+ PR other/44209
+ * c-typeck.cc (build_conditional_expr): Use
+ OPT_Wincompatible_pointer_types for pointer mismatches.
+ Emit location information for the operand.
+
2023-10-19 Andrew Pinski <pinskia@gmail.com>
PR c/100532