aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index ff665e3..27f8838 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,9 @@
+2021-06-07 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR c/100920
+ * c-typeck.c (convert_for_assignment): Test fndecl_built_in_p to
+ spot built-in functions.
+
2021-06-06 Jakub Jelinek <jakub@redhat.com>
PR c/100902