aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 077d348bc69..b80178de881 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,12 @@
+2018-06-20 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from mainline
+ 2018-06-15 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/86093
+ * c-typeck.c (pointer_diff): Cast both pointers to unqualified types
+ before doing POINTER_DIFF_EXPR.
+
2018-05-30 Jakub Jelinek <jakub@redhat.com>
Backported from mainline