aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index fc8049e..076a9a2 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,11 @@
+2019-04-01 Richard Biener <rguenther@suse.de>
+
+ PR c/71598
+ * c-tree.h (c_get_alias_set): Declare.
+ * c-objc-common.h (LANG_HOOKS_GET_ALIAS_SET): Use c_get_alias_set.
+ * c-objc-common.c (c_get_alias_set): Treat enumeral types
+ as the underlying integer type.
+
2019-03-19 Martin Sebor <msebor@redhat.com>
PR tree-optimization/89688