aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/dumpfile.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6151456..a90c888 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-18 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * dumpfile.h (enum dump_kind): Remove stray comma.
+
2017-05-18 Jan Hubicka <hubicka@ucw.cz>
* Makefile.in: Add ipa-predicate.o and ipa-predicate.h
diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h
index 6edea85..bec2fa2 100644
--- a/gcc/dumpfile.h
+++ b/gcc/dumpfile.h
@@ -52,7 +52,7 @@ enum dump_kind
DK_lang,
DK_tree,
DK_rtl,
- DK_ipa,
+ DK_ipa
};
/* Bit masks to control dumping. Not all values are applicable to all