summaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-02-17 00:16:36 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-02-17 00:16:36 +0000
commitcb3afcd2a380f2fb6c490f2c1318f76402eab43a (patch)
tree8129cef4f7dbf4d3a5be663e2de06742b11303f5 /gcc/c-family/ChangeLog
parenta61aaee63848d422e8443e17bbec3257ee59d5d8 (diff)
Daily bump.
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 340e2c0d298..77950b4a664 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,16 @@
+2022-02-16 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/104531
+ * c-omp.cc (c_finish_omp_atomic): For MIN_EXPR/MAX_EXPR, try first
+ build_binary_op with LT_EXPR and only if that doesn't return
+ error_mark_node call build_modify_expr.
+
+2022-02-16 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/104510
+ * c-common.cc (shorten_compare): Convert original arguments to
+ the original *restype_ptr when mixing binary and decimal float.
+
2022-02-14 Richard Biener <rguenther@suse.de>
PR c/104505