aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 8d55031..4dbeedf 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,16 @@
+2017-05-18 Marek Polacek <polacek@redhat.com>
+
+ * c-decl.c (start_decl): Use false/true instead of 0/1.
+ (grokdeclarator): Likewise.
+ (finish_struct): Likewise.
+ (start_function): Change the return type to bool. Use false/true
+ instead of 0/1.
+ (declspecs_add_qual): Use UNKNOWN_LOCATION instead of 0.
+ * c-tree.h (start_function): Update.
+ * c-typeck.c (same_translation_unit_p): Change the return type to bool.
+ (set_designator): Change the return type to bool. Use false/true
+ instead of 0/1.
+
2017-05-17 Marek Polacek <polacek@redhat.com>
* c-decl.c: Use NULL_TREE instead of 0 where appropriate.