aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index df61b69..a597b12 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-21 Jakub Jelinek <jakub@redhat.com>
+
+ * c-common.c (per_file_includes_t): Use false as Lazy in hash_set
+ template param.
+
2019-03-19 Martin Sebor <msebor@redhat.com>
PR tree-optimization/89688