aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 467449c5fbd..78d779133a6 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2015-06-01 Jason Merrill <jason@redhat.com>
+
+ PR c++/44282
+ * mangle.c (attr_strcmp): New.
+ (write_CV_qualifiers_for_type): Also write out attributes that
+ affect type identity.
+ (write_type): Strip all attributes after writing qualifiers.
+
2015-05-31 Jason Merrill <jason@redhat.com>
* constexpr.c (cxx_eval_indirect_ref): Try folding first.