aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index dc4aebe..26cc9f5 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2014-08-02 Trevor Saunders <tsaunders@mozilla.com>
+
+ * class.c, cp-gimplify.c, cp-tree.h, decl.c, decl2.c, error.c,
+ method.c, name-lookup.c, pt.c, semantics.c, tree.c: Use hash_set
+ instead of pointer_set.
+
2014-08-01 Jason Merrill <jason@redhat.com>
PR c++/60417